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 List<User>
LdapIdentityProviderSession. findUserByQueryCriteria(LdapUserQueryImpl query)
long
LdapIdentityProviderSession. findUserCountByQueryCriteria(LdapUserQueryImpl query)
protected List<User>
LdapIdentityProviderSession. findUsersByGroupId(LdapUserQueryImpl query)
List<User>
LdapIdentityProviderSession. findUsersWithoutGroupId(LdapUserQueryImpl query, String userBaseDn, boolean ignorePagination)
protected String
LdapIdentityProviderSession. getUserSearchFilter(LdapUserQueryImpl query)
-