public interface ReactiveUserDetailsPasswordService
UserDetails
password.Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<UserDetails> |
updatePassword(UserDetails user,
java.lang.String newPassword)
Modify the specified user's password.
|
reactor.core.publisher.Mono<UserDetails> updatePassword(UserDetails user, java.lang.String newPassword)
user
- the user to modify the password fornewPassword
- the password to change to