| java.lang.Object | |
| ↳ | org.springframework.security.ldap.userdetails.PersonContextMapper | 
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Creates a fully populated UserDetails object for use by the security framework. | |||||||||||
| Reverse of the above operation. | |||||||||||
| [Expand] Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
  java.lang.Object | |||||||||||
|  From interface
  org.springframework.security.ldap.userdetails.UserDetailsContextMapper | |||||||||||
Creates a fully populated UserDetails object for use by the security framework.
| ctx | the context object which contains the user information. | 
|---|---|
| username | the user's supplied login name. | 
Reverse of the above operation. Populates a context object from the supplied user object. Called when saving a user, for example.