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

Interface Summary
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.
 

Class Summary
GenericLdapSearch  
LdapSearchParamsFactoryImpl  
NoOpLdapSearch Immediately returns an empty list without connecting to a server.
StaticListLdapSearch Returns the list configured via the staticList property.
UnionizingLdapSearch Iterates over LdapSearch instances in searches and unions the results.