Class IdentityInfoEntity
java.lang.Object
org.camunda.bpm.engine.impl.persistence.entity.IdentityInfoEntity
- All Implemented Interfaces:
Serializable
,DbEntity
,HasDbRevision
,Account
public class IdentityInfoEntity
extends Object
implements DbEntity, HasDbRevision, Account, Serializable
- Author:
- Tom Baeyens
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected String
protected String
protected byte[]
protected int
protected String
static final String
static final String
protected String
protected String
Fields inherited from interface org.camunda.bpm.engine.impl.identity.Account
NAME_ALFRESCO, NAME_GOOGLE, NAME_MAIL, NAME_SKYPE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
getKey()
getName()
byte[]
Returns a representation of the object, as would be stored in the database.int
int
getType()
getValue()
void
setDetails
(Map<String, String> details) void
void
void
setParentId
(String parentId) void
setPassword
(String password) void
setPasswordBytes
(byte[] passwordBytes) void
setRevision
(int revision) void
void
void
toString()
-
Field Details
-
TYPE_USERACCOUNT
- See Also:
-
TYPE_USERINFO
- See Also:
-
id
-
revision
protected int revision -
type
-
userId
-
key
-
value
-
password
-
passwordBytes
protected byte[] passwordBytes -
parentId
-
details
-
-
Constructor Details
-
IdentityInfoEntity
public IdentityInfoEntity()
-
-
Method Details
-
getPersistentState
Description copied from interface:DbEntity
Returns 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:
getPersistentState
in interfaceDbEntity
-
getRevisionNext
public int getRevisionNext()- Specified by:
getRevisionNext
in interfaceHasDbRevision
-
getId
-
setId
-
getRevision
public int getRevision()- Specified by:
getRevision
in interfaceHasDbRevision
-
setRevision
public void setRevision(int revision) - Specified by:
setRevision
in interfaceHasDbRevision
-
getType
-
setType
-
getUserId
-
setUserId
-
getKey
-
setKey
-
getValue
-
setValue
-
getPasswordBytes
public byte[] getPasswordBytes() -
setPasswordBytes
public void setPasswordBytes(byte[] passwordBytes) -
getPassword
- Specified by:
getPassword
in interfaceAccount
-
setPassword
-
getName
-
getUsername
- Specified by:
getUsername
in interfaceAccount
-
getParentId
-
setParentId
-
getDetails
- Specified by:
getDetails
in interfaceAccount
-
setDetails
-
toString
-