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
,java.io.Serializable
,org.flowable.idm.api.Group
public class LdapPlatformGroup extends BasicPlatformGroup
- Author:
- Filip Hrisafov
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
distinguishedName
-
Constructor Summary
Constructors Constructor Description LdapPlatformGroup()
-
Method Summary
Modifier and Type Method Description java.lang.String
getDistinguishedName()
void
setDistinguishedName(java.lang.String distinguishedName)
Methods inherited from class com.flowable.idm.engine.impl.BasicPlatformGroup
getId, getKey, getName, getTenantId, getType, setId, setKey, setName, setTenantId, setType
-
Field Details
-
distinguishedName
protected java.lang.String distinguishedName
-
-
Constructor Details
-
LdapPlatformGroup
public LdapPlatformGroup()
-
-
Method Details
-
getDistinguishedName
public java.lang.String getDistinguishedName() -
setDistinguishedName
public void setDistinguishedName(java.lang.String distinguishedName)
-