|
Spring Security Framework | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LdapAuthoritiesPopulator
Obtains a list of granted authorities for an Ldap user.
Used by the LdapAuthenticationProvider once a user has been authenticated to create the final user details object.
| Method Summary | |
|---|---|
GrantedAuthority[] |
getGrantedAuthorities(org.springframework.ldap.core.DirContextOperations userData,
String username)
Get the list of authorities for the user. |
| Method Detail |
|---|
GrantedAuthority[] getGrantedAuthorities(org.springframework.ldap.core.DirContextOperations userData,
String username)
userData - the context object which was returned by the LDAP authenticator.
|
Spring Security Framework | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||