public interface IdentityInfoEntity extends Entity, HasRevision
Modifier and Type | Field and Description |
---|---|
static String |
TYPE_USERINFO |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getDetails() |
String |
getKey() |
String |
getName() |
String |
getParentId() |
String |
getPassword() |
byte[] |
getPasswordBytes() |
String |
getType() |
String |
getUserId() |
String |
getUsername() |
String |
getValue() |
void |
setDetails(Map<String,String> details) |
void |
setKey(String key) |
void |
setParentId(String parentId) |
void |
setPassword(String password) |
void |
setPasswordBytes(byte[] passwordBytes) |
void |
setType(String type) |
void |
setUserId(String userId) |
void |
setValue(String value) |
getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
getRevision, getRevisionNext, setRevision
static final String TYPE_USERINFO
String getType()
void setType(String type)
String getUserId()
void setUserId(String userId)
String getKey()
void setKey(String key)
String getValue()
void setValue(String value)
byte[] getPasswordBytes()
void setPasswordBytes(byte[] passwordBytes)
String getPassword()
void setPassword(String password)
String getName()
String getUsername()
String getParentId()
void setParentId(String parentId)