Class LdapGroupEntity
- java.lang.Object
-
- org.camunda.bpm.engine.impl.persistence.entity.GroupEntity
-
- org.camunda.bpm.identity.impl.ldap.LdapGroupEntity
-
- All Implemented Interfaces:
Serializable
,Group
,DbEntity
,HasDbRevision
public class LdapGroupEntity extends GroupEntity
- Author:
- Daniel Meyer
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LdapGroupEntity()
-
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.GroupEntity
getId, getName, getPersistentState, getRevision, getRevisionNext, getType, setId, setName, setRevision, setType, toString
-
-