Uses of Package
org.pentaho.platform.plugin.services.security.userrole.ldap.search

Packages that use org.pentaho.platform.plugin.services.security.userrole.ldap.search
org.pentaho.platform.plugin.services.security.userrole.ldap   
org.pentaho.platform.plugin.services.security.userrole.ldap.search   
 

Classes in org.pentaho.platform.plugin.services.security.userrole.ldap.search used by org.pentaho.platform.plugin.services.security.userrole.ldap
LdapSearch
          Executes a search against a directory context using the given filter arguments plus other static search parameters (in the form of instance variables) known at deploy time.
 

Classes in org.pentaho.platform.plugin.services.security.userrole.ldap.search used by org.pentaho.platform.plugin.services.security.userrole.ldap.search
LdapSearch
          Executes a search against a directory context using the given filter arguments plus other static search parameters (in the form of instance variables) known at deploy time.
LdapSearchParams
          Wrapper to encapsulate parameters of the search method of javax.naming.directory.DirContext instances.
LdapSearchParamsFactory
          A factory for creating LdapSearchParams instances.