Interface ReactiveAuthenticationManager

    • Method Detail

      • 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.