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
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 class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanWhether to convert the group key and id to upper case when doing the mapping.protected LdapGroupProperties.MappingsThe mappings configuration for the LDAP Group Properties.protected LdapGroupProperties.Queryprotected SortProperties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetQuery()getSort()booleanvoidsetConvertToUppercase(boolean convertToUppercase) voidsetMappings(LdapGroupProperties.Mappings mappings) voidvoidsetSort(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
-