|
||||||||||
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(LdapUserDetails userDetails)
Get the list of authorities for the user. |
Method Detail |
---|
GrantedAuthority[] getGrantedAuthorities(LdapUserDetails userDetails) throws LdapDataAccessException
userDetails
- the user details object which was returned by the LDAP authenticator.
LdapDataAccessException
- if there is a problem accessing the directory.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |