Class LdapUserEntity
- java.lang.Object
-
- org.camunda.bpm.engine.impl.persistence.entity.UserEntity
-
- org.camunda.bpm.identity.impl.ldap.LdapUserEntity
-
- All Implemented Interfaces:
Serializable
,User
,DbEntity
,HasDbRevision
public class LdapUserEntity extends UserEntity
- Author:
- Daniel Meyer
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected String
dn
-
Fields inherited from class org.camunda.bpm.engine.impl.persistence.entity.UserEntity
attempts, email, firstName, id, lastName, lockExpirationTime, newPassword, password, revision, salt
-
-
Constructor Summary
Constructors Constructor Description LdapUserEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDn()
void
setDn(String dn)
-
Methods inherited from class org.camunda.bpm.engine.impl.persistence.entity.UserEntity
checkPasswordAgainstPolicy, encryptPassword, encryptPassword, generateSalt, getAttempts, getEmail, getFirstName, getId, getLastName, getLockExpirationTime, getPassword, getPersistentState, getRevision, getRevisionNext, getSalt, hasNewPassword, setAttempts, setDbPassword, setEmail, setFirstName, setId, setLastName, setLockExpirationTime, setPassword, setRevision, setSalt, toString
-
-