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 LdapSearcherAbstractLDAPUserGroupInfo. ldapSearcherprotected LdapSearcherAbstractLDAPUserGroupInfo. 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 LdapSearcherLdapSearcher. search(String context, String filterExpr, Object... filterArgs)Search LDAP and stores the results in searchResults field.
-