Uses of Class
org.camunda.bpm.identity.impl.ldap.LdapUserQueryImpl
-
Packages that use LdapUserQueryImpl Package Description org.camunda.bpm.identity.impl.ldap -
-
Uses of LdapUserQueryImpl in org.camunda.bpm.identity.impl.ldap
Methods in org.camunda.bpm.identity.impl.ldap with parameters of type LdapUserQueryImpl Modifier and Type Method Description java.util.List<User>
LdapIdentityProviderSession. findUserByQueryCriteria(LdapUserQueryImpl query)
long
LdapIdentityProviderSession. findUserCountByQueryCriteria(LdapUserQueryImpl query)
protected java.util.List<User>
LdapIdentityProviderSession. findUsersByGroupId(LdapUserQueryImpl query)
java.util.List<User>
LdapIdentityProviderSession. findUsersWithoutGroupId(LdapUserQueryImpl query, java.lang.String userBaseDn, boolean ignorePagination)
protected java.lang.String
LdapIdentityProviderSession. getUserSearchFilter(LdapUserQueryImpl query)
-