Package com.flowable.core.idm.api.ldap
Class LdapUserProperties
java.lang.Object
com.flowable.core.idm.api.ldap.LdapUserProperties
public class LdapUserProperties
extends java.lang.Object
LDAP properties for different user operations.
- Author:
- Filip Hrisafov
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLdapUserProperties.MappingsSome properties are allowed to be aCollection, this means that this particular property would come from one of those attributes.static classLdapUserProperties.Query -
Field Summary
Fields Modifier and Type Field Description protected LdapUserProperties.MappingsmappingsThe mappings configuration for the LDAP Group Properties.protected LdapUserProperties.QueryqueryThe query properties. -
Constructor Summary
Constructors Constructor Description LdapUserProperties() -
Method Summary
Modifier and Type Method Description LdapUserProperties.MappingsgetMappings()LdapUserProperties.QuerygetQuery()voidsetMappings(LdapUserProperties.Mappings mappings)voidsetQuery(LdapUserProperties.Query query)
-
Field Details
-
Constructor Details
-
LdapUserProperties
public LdapUserProperties()
-
-
Method Details