public class LdapUserProperties extends Object
Modifier and Type | Class and Description |
---|---|
static class |
LdapUserProperties.Mappings
Some properties are allowed to be a
Collection , this means that this particular property
would come from one of those attributes. |
static class |
LdapUserProperties.Query |
static class |
LdapUserProperties.UserDefinitionGroupMapping |
Modifier and Type | Field and Description |
---|---|
protected LdapUserProperties.Mappings |
mappings
The mappings configuration for the LDAP Group Properties.
|
protected LdapUserProperties.Query |
query
The query properties.
|
Constructor and Description |
---|
LdapUserProperties() |
Modifier and Type | Method and Description |
---|---|
LdapUserProperties.Mappings |
getMappings() |
LdapUserProperties.Query |
getQuery() |
void |
setMappings(LdapUserProperties.Mappings mappings) |
void |
setQuery(LdapUserProperties.Query query) |
protected LdapUserProperties.Query query
protected LdapUserProperties.Mappings mappings
public LdapUserProperties.Query getQuery()
public void setQuery(LdapUserProperties.Query query)
public LdapUserProperties.Mappings getMappings()
public void setMappings(LdapUserProperties.Mappings mappings)