Class IdentityInfoEntityImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntity
org.flowable.idm.engine.impl.persistence.entity.AbstractIdmEngineEntity
org.flowable.idm.engine.impl.persistence.entity.IdentityInfoEntityImpl
- All Implemented Interfaces:
Serializable,HasRevision,Entity,IdentityInfoEntity
public class IdentityInfoEntityImpl
extends AbstractIdmEngineEntity
implements IdentityInfoEntity, Serializable
- Author:
- Tom Baeyens
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected byte[]protected Stringprotected Stringprotected StringFields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
id, isDeleted, isInserted, isUpdated, originalPersistentState, revisionFields inherited from interface org.flowable.idm.engine.impl.persistence.entity.IdentityInfoEntity
TYPE_USERINFO -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKey()getName()byte[]Returns a representation of the object, as would be stored in the database.getType()getValue()voidsetDetails(Map<String, String> details) voidvoidsetParentId(String parentId) voidsetPassword(String password) voidsetPasswordBytes(byte[] passwordBytes) voidvoidvoidMethods inherited from class org.flowable.idm.engine.impl.persistence.entity.AbstractIdmEngineEntity
getIdPrefixMethods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntity
getId, getOriginalPersistentState, getRevision, getRevisionNext, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setRevision, setUpdatedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedMethods inherited from interface org.flowable.common.engine.impl.db.HasRevision
getRevision, getRevisionNext, setRevision
-
Field Details
-
type
-
userId
-
key
-
value
-
password
-
passwordBytes
protected byte[] passwordBytes -
parentId
-
details
-
-
Constructor Details
-
IdentityInfoEntityImpl
public IdentityInfoEntityImpl()
-
-
Method Details
-
getPersistentState
Description copied from interface:EntityReturns a representation of the object, as would be stored in the database. Used when deciding if updates have occurred to the object or not since it was last loaded.- Specified by:
getPersistentStatein interfaceEntity
-
getType
- Specified by:
getTypein interfaceIdentityInfoEntity
-
setType
- Specified by:
setTypein interfaceIdentityInfoEntity
-
getUserId
- Specified by:
getUserIdin interfaceIdentityInfoEntity
-
setUserId
- Specified by:
setUserIdin interfaceIdentityInfoEntity
-
getKey
- Specified by:
getKeyin interfaceIdentityInfoEntity
-
setKey
- Specified by:
setKeyin interfaceIdentityInfoEntity
-
getValue
- Specified by:
getValuein interfaceIdentityInfoEntity
-
setValue
- Specified by:
setValuein interfaceIdentityInfoEntity
-
getPasswordBytes
public byte[] getPasswordBytes()- Specified by:
getPasswordBytesin interfaceIdentityInfoEntity
-
setPasswordBytes
public void setPasswordBytes(byte[] passwordBytes) - Specified by:
setPasswordBytesin interfaceIdentityInfoEntity
-
getPassword
- Specified by:
getPasswordin interfaceIdentityInfoEntity
-
setPassword
- Specified by:
setPasswordin interfaceIdentityInfoEntity
-
getName
- Specified by:
getNamein interfaceIdentityInfoEntity
-
getUsername
- Specified by:
getUsernamein interfaceIdentityInfoEntity
-
getParentId
- Specified by:
getParentIdin interfaceIdentityInfoEntity
-
setParentId
- Specified by:
setParentIdin interfaceIdentityInfoEntity
-
getDetails
- Specified by:
getDetailsin interfaceIdentityInfoEntity
-
setDetails
- Specified by:
setDetailsin interfaceIdentityInfoEntity
-