public static class LdapUserProperties.Query extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
base
The Base LDAP Name that should be used when querying users.
|
protected String |
defaultFilter
The default filter that should be applied to all user queries.
|
| Constructor and Description |
|---|
Query() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBase() |
String |
getDefaultFilter() |
void |
setBase(String base) |
void |
setDefaultFilter(String defaultFilter) |