Package com.flowable.core.idm.api.ldap
Class LdapGroupProperties
java.lang.Object
com.flowable.core.idm.api.ldap.LdapGroupProperties
public class LdapGroupProperties
extends java.lang.Object
LDAP properties for different group operations.
- Author:
 - Filip Hrisafov
 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLdapGroupProperties.MappingsSome properties are allowed to be aCollection, this means that this particular property would come from one of those attributes.static classLdapGroupProperties.Query - 
Field Summary
Fields Modifier and Type Field Description protected booleanconvertToUppercaseWhether to convert the group key and id to upper case when doing the mapping.protected LdapGroupProperties.MappingsmappingsThe mappings configuration for the LDAP Group Properties.protected LdapGroupProperties.Queryquery - 
Constructor Summary
Constructors Constructor Description LdapGroupProperties() - 
Method Summary
Modifier and Type Method Description LdapGroupProperties.MappingsgetMappings()LdapGroupProperties.QuerygetQuery()booleanisConvertToUppercase()voidsetConvertToUppercase(boolean convertToUppercase)voidsetMappings(LdapGroupProperties.Mappings mappings)voidsetQuery(LdapGroupProperties.Query query) 
- 
Field Details
- 
convertToUppercase
protected boolean convertToUppercaseWhether to convert the group key and id to upper case when doing the mapping. - 
query
 - 
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
 - 
getMappings
 - 
setMappings
 
 -