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

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

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

Classes in org.pentaho.platform.plugin.services.security.userrole.ldap.search that implement LdapSearchParamsFactory
 class LdapSearchParamsFactoryImpl
           
 

Constructors in org.pentaho.platform.plugin.services.security.userrole.ldap.search with parameters of type LdapSearchParamsFactory
GenericLdapSearch(org.springframework.ldap.core.ContextSource contextSource, LdapSearchParamsFactory paramsFactory)
           
GenericLdapSearch(org.springframework.ldap.core.ContextSource contextSource, LdapSearchParamsFactory paramsFactory, org.apache.commons.collections.Transformer resultsTransformer)
           
GenericLdapSearch(org.springframework.ldap.core.ContextSource contextSource, LdapSearchParamsFactory paramsFactory, org.apache.commons.collections.Transformer resultsTransformer, org.apache.commons.collections.Transformer filterArgsTransformer)