| org.springframework.security.provisioning.UserDetailsManager | 
|  Known Indirect Subclasses | 
An extension of the UserDetailsService which provides the ability
 to create new users and update existing ones.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Modify the current user's password. | |||||||||||
| Create a new user with the supplied details. | |||||||||||
| Remove the user with the given login name from the system. | |||||||||||
| Update the specified user. | |||||||||||
| Check if a user with the supplied login name exists in the system. | |||||||||||
| [Expand] Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From interface
  org.springframework.security.core.userdetails.UserDetailsService | |||||||||||
Modify the current user's password. This should change the user's password in the persistent user repository (datbase, LDAP etc).
| oldPassword | current password (for re-authentication if required) | 
|---|---|
| newPassword | the password to change to | 
Remove the user with the given login name from the system.
Check if a user with the supplied login name exists in the system.