Package com.flowable.core.idm.api.ldap
Class LdapGroupProperties
java.lang.Object
com.flowable.core.idm.api.ldap.LdapGroupProperties
LDAP properties for different group 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
-
Field Summary
Modifier and TypeFieldDescriptionprotected boolean
Whether to convert the group key and id to upper case when doing the mapping.protected LdapGroupProperties.Mappings
The mappings configuration for the LDAP Group Properties.protected LdapGroupProperties.Query
protected SortProperties
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetQuery()
getSort()
boolean
void
setConvertToUppercase
(boolean convertToUppercase) void
setMappings
(LdapGroupProperties.Mappings mappings) void
void
setSort
(SortProperties sort)
-
Field Details
-
convertToUppercase
protected boolean convertToUppercaseWhether to convert the group key and id to upper case when doing the mapping. -
query
-
sort
-
mappings
The mappings configuration for the LDAP Group Properties.
-
-
Constructor Details
-
LdapGroupProperties
public LdapGroupProperties()
-
-
Method Details
-
isConvertToUppercase
public boolean isConvertToUppercase() -
setConvertToUppercase
public void setConvertToUppercase(boolean convertToUppercase) -
getQuery
-
setQuery
-
getSort
-
setSort
-
getMappings
-
setMappings
-