Package com.flowable.core.idm.api.ldap
Class LdapUserProperties
- java.lang.Object
-
- com.flowable.core.idm.api.ldap.LdapUserProperties
-
public class LdapUserProperties extends Object
LDAP properties for different user operations.- Author:
- Filip Hrisafov
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LdapUserProperties.Mappings
Some properties are allowed to be aCollection
, this means that this particular property would come from one of those attributes.static class
LdapUserProperties.Query
static class
LdapUserProperties.UserDefinitionGroupMapping
-
Field Summary
Fields Modifier and Type Field Description protected LdapUserProperties.Mappings
mappings
The mappings configuration for the LDAP Group Properties.protected LdapUserProperties.Query
query
The query properties.
-
Constructor Summary
Constructors Constructor Description LdapUserProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LdapUserProperties.Mappings
getMappings()
LdapUserProperties.Query
getQuery()
void
setMappings(LdapUserProperties.Mappings mappings)
void
setQuery(LdapUserProperties.Query query)
-
-
-
Field Detail
-
query
protected LdapUserProperties.Query query
The query properties.
-
mappings
protected LdapUserProperties.Mappings mappings
The mappings configuration for the LDAP Group Properties.
-
-
Method Detail
-
getQuery
public LdapUserProperties.Query getQuery()
-
setQuery
public void setQuery(LdapUserProperties.Query query)
-
getMappings
public LdapUserProperties.Mappings getMappings()
-
setMappings
public void setMappings(LdapUserProperties.Mappings mappings)
-
-