org.pentaho.platform.plugin.services.security.userrole.ldap
Class FixedDefaultLdapAuthoritiesPopulator

java.lang.Object
  extended by DefaultLdapAuthoritiesPopulator
      extended by org.pentaho.platform.plugin.services.security.userrole.ldap.FixedDefaultLdapAuthoritiesPopulator

Deprecated. Use org.acegisecurity.providers.ldap.populator.DefaultLdapAuthoritiesPopulator instead. See PPP-318.

@Deprecated
public class FixedDefaultLdapAuthoritiesPopulator
extends DefaultLdapAuthoritiesPopulator

Slightly modified version of DefaultLdapAuthoritiesPopulator that correctly consults the searchSubtree property before executing the query.

Author:
mlowery

Constructor Summary
FixedDefaultLdapAuthoritiesPopulator(InitialDirContextFactory initialDirContextFactory, String groupSearchBase)
          Deprecated.  
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FixedDefaultLdapAuthoritiesPopulator

public FixedDefaultLdapAuthoritiesPopulator(InitialDirContextFactory initialDirContextFactory,
                                            String groupSearchBase)
Deprecated.