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