|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UserDetailsContextMapper
Operations to map a UserDetails object to and from a Spring LDAP DirContextOperations
implementation.
Used by LdapUserDetailsManager
when loading and saving/creating user information, and also by the
LdapAuthenticationProvider
to allow customization of the user data loaded during authentication.
Method Summary | |
---|---|
UserDetails |
mapUserFromContext(DirContextOperations ctx,
String username,
Collection<? extends GrantedAuthority> authorities)
Creates a fully populated UserDetails object for use by the security framework. |
void |
mapUserToContext(UserDetails user,
DirContextAdapter ctx)
Reverse of the above operation. |
Method Detail |
---|
UserDetails mapUserFromContext(DirContextOperations ctx, String username, Collection<? extends GrantedAuthority> authorities)
ctx
- the context object which contains the user information.username
- the user's supplied login name.authorities
-
void mapUserToContext(UserDetails user, DirContextAdapter ctx)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |