相关文章推荐
深沉的蚂蚁  ·  Mono.defualtEmpty()与Mo ...·  2 月前    · 
魁梧的筷子  ·  Mono interpreter on ...·  2 月前    · 
没人理的蚂蚁  ·  org.springframework.we ...·  4 周前    · 
坏坏的饭盒  ·  java8中的Collectors.grou ...·  1 年前    · 
深情的山寨机  ·  External name not ...·  1 年前    · 
All Known Implementing Classes:
AbstractUserDetailsReactiveAuthenticationManager , DelegatingReactiveAuthenticationManager , JwtReactiveAuthenticationManager , OAuth2AuthorizationCodeReactiveAuthenticationManager , OAuth2LoginReactiveAuthenticationManager , ObservationReactiveAuthenticationManager , OidcAuthorizationCodeReactiveAuthenticationManager , OpaqueTokenReactiveAuthenticationManager , ReactiveAuthenticationManagerAdapter , ReactivePreAuthenticatedAuthenticationManager , UserDetailsRepositoryReactiveAuthenticationManager
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface ReactiveAuthenticationManager
Determines if the provided Authentication can be authenticated.
Since:
Description
reactor.core.publisher.Mono< Authentication >
Attempts to authenticate the provided Authentication

authenticate

reactor.core.publisher.Mono< Authentication > authenticate ( Authentication authentication)
Attempts to authenticate the provided Authentication
Parameters:
authentication - the Authentication to test
Returns:
if authentication is successful an Authentication is returned. If authentication cannot be determined, an empty Mono is returned. If authentication fails, a Mono error is returned.