1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Minor doc/javadoc updates to clarify use of UserDetailsContextapper.

This commit is contained in:
Luke Taylor
2010-07-04 15:10:08 +01:00
parent d6159e884a
commit 06368f956a
2 changed files with 11 additions and 8 deletions
@@ -22,8 +22,9 @@ import org.springframework.ldap.core.DirContextOperations;
import org.springframework.ldap.core.DirContextAdapter;
/**
* Operations to map a UserDetails object to and from a Spring LDAP <tt>DirContextOperations</tt> implementation.
* Used by LdapUserDetailsManager when loading and saving/creating user information.
* Operations to map a UserDetails object to and from a Spring LDAP {@code DirContextOperations} implementation.
* Used by {@code LdapUserDetailsManager} when loading and saving/creating user information, and also by the
* {@code LdapAuthenticationProvider} to allow customization of the user data loaded during authentication.
*
* @author Luke Taylor
* @since 2.0