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
Nested ClassesModifier and TypeClassDescriptionstatic classSome properties are allowed to be aCollection, this means that this particular property would come from one of those attributes.static classstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected LdapUserProperties.MappingsThe mappings configuration for the LDAP Group Properties.protected LdapUserProperties.QueryThe query properties.protected SortProperties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetQuery()getSort()voidsetMappings(LdapUserProperties.Mappings mappings) voidsetQuery(LdapUserProperties.Query query) voidsetSort(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
-