Package com.flowable.idm.engine.ldap
Class LdapPlatformUser
- java.lang.Object
-
- com.flowable.idm.engine.impl.BasicPlatformUser
-
- com.flowable.idm.engine.ldap.LdapPlatformUser
-
- All Implemented Interfaces:
PlatformUser
,Serializable
,VariableContainer
,User
public class LdapPlatformUser extends BasicPlatformUser
- Author:
- Filip Hrisafov
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected String
distinguishedName
-
Fields inherited from class com.flowable.idm.engine.impl.BasicPlatformUser
active, avatarId, creationTime, creatorId, displayName, email, firstName, id, identityInfo, language, lastName, password, presence, presenceTime, state, subState, subType, tenantId, theme, type, updaterId, updateTime, userDefinitionKey
-
-
Constructor Summary
Constructors Constructor Description LdapPlatformUser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDistinguishedName()
void
setDistinguishedName(String distinguishedName)
-
Methods inherited from class com.flowable.idm.engine.impl.BasicPlatformUser
findOrElse, findOrElseGet, getAvatarId, getCreationTime, getCreatorId, getDisplayName, getEmail, getFirstName, getId, getIdentityInfo, getLanguage, getLastName, getPassword, getPresence, getPresenceTime, getState, getSubState, getSubType, getTenantId, getTheme, getType, getUpdaterId, getUpdateTime, getUserDefinitionKey, getValue, getVariable, hasVariable, isActive, isPictureSet, setActive, setAvatarId, setCreationTime, setCreatorId, setDisplayName, setEmail, setFirstName, setId, setIdentityInfo, setLanguage, setLastName, setPassword, setPresence, setPresenceTime, setState, setSubState, setSubType, setTenantId, setTheme, setTransientVariable, setType, setUpdaterId, setUpdateTime, setUserDefinitionKey, setVariable
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.flowable.core.idm.api.PlatformUser
findString, isBot, isExternalUser
-
-