org.springframework.security.ldap.authentication
Class NullLdapAuthoritiesPopulator
java.lang.Object
org.springframework.security.ldap.authentication.NullLdapAuthoritiesPopulator
- All Implemented Interfaces:
- LdapAuthoritiesPopulator
public final class NullLdapAuthoritiesPopulator
- extends Object
- implements LdapAuthoritiesPopulator
- Since:
- 3.0
- Version:
- $Id$
- Author:
- Luke Taylor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullLdapAuthoritiesPopulator
public NullLdapAuthoritiesPopulator()
getGrantedAuthorities
public Collection<GrantedAuthority> getGrantedAuthorities(org.springframework.ldap.core.DirContextOperations userDetails,
String username)
- Description copied from interface:
LdapAuthoritiesPopulator
- Get the list of authorities for the user.
- Specified by:
getGrantedAuthorities
in interface LdapAuthoritiesPopulator
- Parameters:
userDetails
- the context object which was returned by the LDAP authenticator.
- Returns:
- the granted authorities for the given user.
Copyright © 2004-2009 SpringSource, Inc. All Rights Reserved.