@FunctionalInterface
public interface ReactiveAuthenticationManager
Authentication
can be authenticated.Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<Authentication> |
authenticate(Authentication authentication)
Attempts to authenticate the provided
Authentication |
reactor.core.publisher.Mono<Authentication> authenticate(Authentication authentication)
Authentication
authentication
- the Authentication
to testAuthentication
is returned. If
authentication cannot be determined, an empty Mono is returned. If authentication
fails, a Mono error is returned.