Package com.flowable.core.idm.api.ldap
Class LdapUserProperties.Query
- java.lang.Object
-
- com.flowable.core.idm.api.ldap.LdapUserProperties.Query
-
- Enclosing class:
- LdapUserProperties
public static class LdapUserProperties.Query extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
base
The Base LDAP Name that should be used when querying users.protected java.lang.String
defaultFilter
The default filter that should be applied to all user queries.
-
Constructor Summary
Constructors Constructor Description Query()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getBase()
java.lang.String
getDefaultFilter()
void
setBase(java.lang.String base)
void
setDefaultFilter(java.lang.String defaultFilter)
-