Package com.flowable.core.idm.api.ldap
Class LdapGroupProperties.Query
- java.lang.Object
-
- com.flowable.core.idm.api.ldap.LdapGroupProperties.Query
-
- Enclosing class:
- LdapGroupProperties
public static class LdapGroupProperties.Query extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringbaseThe Base LDAP Name that should be used when querying users.protected java.lang.StringdefaultFilterThe 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.StringgetBase()java.lang.StringgetDefaultFilter()voidsetBase(java.lang.String base)voidsetDefaultFilter(java.lang.String defaultFilter)
-