Package com.flowable.idm.engine.ldap
Class LdapPlatformGroup
- java.lang.Object
-
- com.flowable.idm.engine.impl.BasicPlatformGroup
-
- com.flowable.idm.engine.ldap.LdapPlatformGroup
-
- All Implemented Interfaces:
PlatformGroup
,Serializable
,Group
public class LdapPlatformGroup extends BasicPlatformGroup
- Author:
- Filip Hrisafov
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected String
distinguishedName
-
Constructor Summary
Constructors Constructor Description LdapPlatformGroup()
-
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.BasicPlatformGroup
getId, getKey, getName, getTenantId, getType, setId, setKey, setName, setTenantId, setType
-
-