public final class NullLdapAuthoritiesPopulator extends Object implements LdapAuthoritiesPopulator
| Constructor and Description |
|---|
NullLdapAuthoritiesPopulator() |
| Modifier and Type | Method and Description |
|---|---|
Collection<GrantedAuthority> |
getGrantedAuthorities(org.springframework.ldap.core.DirContextOperations userDetails,
String username)
Get the list of authorities for the user.
|
public Collection<GrantedAuthority> getGrantedAuthorities(org.springframework.ldap.core.DirContextOperations userDetails, String username)
LdapAuthoritiesPopulatorgetGrantedAuthorities in interface LdapAuthoritiesPopulatoruserDetails - the context object which was returned by the LDAP authenticator.Copyright © 2016. All rights reserved.