public class LdapGroupProperties extends Object
Modifier and Type | Class and Description |
---|---|
static class |
LdapGroupProperties.Mappings
Some properties are allowed to be a
Collection , this means that this particular property
would come from one of those attributes. |
static class |
LdapGroupProperties.Query |
Modifier and Type | Field and Description |
---|---|
protected boolean |
convertToUppercase
Whether to convert the group key and id to upper case when doing the mapping.
|
protected LdapGroupProperties.Mappings |
mappings
The mappings configuration for the LDAP Group Properties.
|
protected LdapGroupProperties.Query |
query |
Constructor and Description |
---|
LdapGroupProperties() |
Modifier and Type | Method and Description |
---|---|
LdapGroupProperties.Mappings |
getMappings() |
LdapGroupProperties.Query |
getQuery() |
boolean |
isConvertToUppercase() |
void |
setConvertToUppercase(boolean convertToUppercase) |
void |
setMappings(LdapGroupProperties.Mappings mappings) |
void |
setQuery(LdapGroupProperties.Query query) |
protected boolean convertToUppercase
protected LdapGroupProperties.Query query
protected LdapGroupProperties.Mappings mappings
public boolean isConvertToUppercase()
public void setConvertToUppercase(boolean convertToUppercase)
public LdapGroupProperties.Query getQuery()
public void setQuery(LdapGroupProperties.Query query)
public LdapGroupProperties.Mappings getMappings()
public void setMappings(LdapGroupProperties.Mappings mappings)