Package com.flowable.core.idm.api.ldap
Class LdapUserProperties
java.lang.Object
com.flowable.core.idm.api.ldap.LdapUserProperties
public class LdapUserProperties
extends java.lang.Object
LDAP properties for different user operations.
- Author:
- Filip Hrisafov
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LdapUserProperties.Mappings
Some properties are allowed to be aCollection
, this means that this particular property would come from one of those attributes.static class
LdapUserProperties.Query
-
Field Summary
Fields Modifier and Type Field Description protected LdapUserProperties.Mappings
mappings
The mappings configuration for the LDAP Group Properties.protected LdapUserProperties.Query
query
The query properties. -
Constructor Summary
Constructors Constructor Description LdapUserProperties()
-
Method Summary
Modifier and Type Method Description LdapUserProperties.Mappings
getMappings()
LdapUserProperties.Query
getQuery()
void
setMappings(LdapUserProperties.Mappings mappings)
void
setQuery(LdapUserProperties.Query query)
-
Field Details
-
Constructor Details
-
LdapUserProperties
public LdapUserProperties()
-
-
Method Details