Interface IdentityInfoEntity
- All Superinterfaces:
Entity
,HasRevision
- All Known Implementing Classes:
IdentityInfoEntityImpl
- Author:
- Tom Baeyens
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetKey()
getName()
byte[]
getType()
getValue()
void
setDetails
(Map<String, String> details) void
void
setParentId
(String parentId) void
setPassword
(String password) void
setPasswordBytes
(byte[] passwordBytes) void
void
void
Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
Methods inherited from interface org.flowable.common.engine.impl.db.HasRevision
getRevision, getRevisionNext, setRevision
-
Field Details
-
TYPE_USERINFO
- See Also:
-
-
Method Details
-
getType
String getType() -
setType
-
getUserId
String getUserId() -
setUserId
-
getKey
String getKey() -
setKey
-
getValue
String getValue() -
setValue
-
getPasswordBytes
byte[] getPasswordBytes() -
setPasswordBytes
void setPasswordBytes(byte[] passwordBytes) -
getPassword
String getPassword() -
setPassword
-
getName
String getName() -
getUsername
String getUsername() -
getParentId
String getParentId() -
setParentId
-
getDetails
-
setDetails
-