public static class LdapGroupProperties.Query extends Object
| Modifier and Type | Field and Description | 
|---|---|
| protected String | baseThe Base LDAP Name that should be used when querying users. | 
| protected String | defaultFilterThe 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) |