public class UserDetailsRepositoryReactiveAuthenticationManager extends java.lang.Object implements ReactiveAuthenticationManager
| Constructor and Description |
|---|
UserDetailsRepositoryReactiveAuthenticationManager(ReactiveUserDetailsService reactiveUserDetailsService) |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<Authentication> |
authenticate(Authentication authentication) |
void |
setPasswordEncoder(PasswordEncoder passwordEncoder) |
public UserDetailsRepositoryReactiveAuthenticationManager(ReactiveUserDetailsService reactiveUserDetailsService)
public reactor.core.publisher.Mono<Authentication> authenticate(Authentication authentication)
authenticate in interface ReactiveAuthenticationManagerpublic void setPasswordEncoder(PasswordEncoder passwordEncoder)