Update Javadoc for UserDetailsManager to reflect that the new password doesn't need to be stored in the security context (and probably shouldn't be).
This commit is contained in:
parent
12121dcc54
commit
6a2a636fd7
|
@ -29,8 +29,7 @@ public interface UserDetailsManager extends UserDetailsService {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Modify the current user's password. This should change the user's password in
|
* Modify the current user's password. This should change the user's password in
|
||||||
* the persistent user repository (datbase, LDAP etc) and should also modify the
|
* the persistent user repository (datbase, LDAP etc).
|
||||||
* current security context to contain the new password.
|
|
||||||
*
|
*
|
||||||
* @param oldPassword current password (for re-authentication if required)
|
* @param oldPassword current password (for re-authentication if required)
|
||||||
* @param newPassword the password to change to
|
* @param newPassword the password to change to
|
||||||
|
|
Loading…
Reference in New Issue