Uses of Class
org.jbpm.services.task.utils.LdapSearcher
-
Packages that use LdapSearcher Package Description org.jbpm.services.task.identity org.jbpm.services.task.utils -
-
Uses of LdapSearcher in org.jbpm.services.task.identity
Fields in org.jbpm.services.task.identity declared as LdapSearcher Modifier and Type Field Description protected LdapSearcher
AbstractLDAPUserGroupInfo. ldapSearcher
protected LdapSearcher
AbstractLDAPUserGroupInfo. ldapSearcher
-
Uses of LdapSearcher in org.jbpm.services.task.utils
Methods in org.jbpm.services.task.utils that return LdapSearcher Modifier and Type Method Description LdapSearcher
LdapSearcher. search(String context, String filterExpr, Object... filterArgs)
Search LDAP and stores the results in searchResults field.
-