Interface IdentityInfoEntity
- All Superinterfaces:
org.flowable.common.engine.impl.persistence.entity.Entity,org.flowable.common.engine.impl.db.HasRevision
- All Known Implementing Classes:
IdentityInfoEntityImpl
public interface IdentityInfoEntity
extends org.flowable.common.engine.impl.persistence.entity.Entity, org.flowable.common.engine.impl.db.HasRevision
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetKey()getName()byte[]getType()getValue()voidsetDetails(Map<String, String> details) voidvoidsetParentId(String parentId) voidsetPassword(String password) voidsetPasswordBytes(byte[] passwordBytes) voidvoidvoidMethods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedMethods 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
-