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

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

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

Methods in org.pentaho.platform.plugin.services.security.userrole.ldap with parameters of type LdapSearch
 void DefaultLdapUserRoleListService.setAllAuthoritiesSearch(LdapSearch allAuthoritiesSearch)
           
 void DefaultLdapUserRoleListService.setAllUsernamesSearch(LdapSearch allUsernamesSearch)
           
 void DefaultLdapUserRoleListService.setUsernamesInRoleSearch(LdapSearch usernamesInRoleSearch)
           
 

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

Classes in org.pentaho.platform.plugin.services.security.userrole.ldap.search that implement LdapSearch
 class GenericLdapSearch
           
 class NoOpLdapSearch
          Immediately returns an empty list without connecting to a server.
 class StaticListLdapSearch
          Returns the list configured via the staticList property.
 class UnionizingLdapSearch
          Iterates over LdapSearch instances in searches and unions the results.