|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.security.ldap.populator.UserDetailsServiceLdapAuthoritiesPopulator
public class UserDetailsServiceLdapAuthoritiesPopulator
Simple LdapAuthoritiesPopulator which delegates to a UserDetailsService, using the name which was supplied at login as the username.
| Constructor Summary | |
|---|---|
UserDetailsServiceLdapAuthoritiesPopulator(UserDetailsService userService)
|
|
| Method Summary | |
|---|---|
GrantedAuthority[] |
getGrantedAuthorities(org.springframework.ldap.core.DirContextOperations userData,
java.lang.String username)
Get the list of authorities for the user. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UserDetailsServiceLdapAuthoritiesPopulator(UserDetailsService userService)
| Method Detail |
|---|
public GrantedAuthority[] getGrantedAuthorities(org.springframework.ldap.core.DirContextOperations userData,
java.lang.String username)
LdapAuthoritiesPopulator
getGrantedAuthorities in interface LdapAuthoritiesPopulatoruserData - the context object which was returned by the LDAP authenticator.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||