public class IdentityInfoEntity extends Object implements PersistentObject, HasRevision, Account, Serializable
Modifier and Type | Field and Description |
---|---|
protected Map<String,String> |
details |
protected String |
id |
protected String |
key |
protected String |
parentId |
protected String |
password |
protected byte[] |
passwordBytes |
protected int |
revision |
protected String |
type |
static String |
TYPE_USERACCOUNT |
static String |
TYPE_USERINFO |
protected String |
userId |
protected String |
value |
NAME_ALFRESCO, NAME_GOOGLE, NAME_MAIL, NAME_SKYPE
Constructor and Description |
---|
IdentityInfoEntity() |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getDetails() |
String |
getId() |
String |
getKey() |
String |
getName() |
String |
getParentId() |
String |
getPassword() |
byte[] |
getPasswordBytes() |
Object |
getPersistentState()
Returns a representation of the object,
as would be stored in the database.
|
int |
getRevision() |
int |
getRevisionNext() |
String |
getType() |
String |
getUserId() |
String |
getUsername() |
String |
getValue() |
void |
setDetails(Map<String,String> details) |
void |
setId(String id) |
void |
setKey(String key) |
void |
setParentId(String parentId) |
void |
setPassword(String password) |
void |
setPasswordBytes(byte[] passwordBytes) |
void |
setRevision(int revision) |
void |
setType(String type) |
void |
setUserId(String userId) |
void |
setValue(String value) |
String |
toString() |
public static final String TYPE_USERACCOUNT
public static final String TYPE_USERINFO
protected String id
protected int revision
protected String type
protected String userId
protected String key
protected String value
protected String password
protected byte[] passwordBytes
protected String parentId
public Object getPersistentState()
PersistentObject
getPersistentState
in interface PersistentObject
public int getRevisionNext()
getRevisionNext
in interface HasRevision
public String getId()
getId
in interface PersistentObject
public void setId(String id)
setId
in interface PersistentObject
public int getRevision()
getRevision
in interface HasRevision
public void setRevision(int revision)
setRevision
in interface HasRevision
public String getType()
public void setType(String type)
public String getUserId()
public void setUserId(String userId)
public String getKey()
public void setKey(String key)
public String getValue()
public void setValue(String value)
public byte[] getPasswordBytes()
public void setPasswordBytes(byte[] passwordBytes)
public String getPassword()
getPassword
in interface Account
public void setPassword(String password)
public String getUsername()
getUsername
in interface Account
public String getParentId()
public void setParentId(String parentId)
public Map<String,String> getDetails()
getDetails
in interface Account
Copyright © 2015. All rights reserved.