Interface AuthenticationProvider

    • Method Detail

      • authenticate

        org.reactivestreams.Publisher<AuthenticationResponse> authenticate​(AuthenticationRequest authenticationRequest)
        Authenticates a user with the given request. If a successful authentication is returned, the object must be an instance of UserDetails.
        Parameters:
        authenticationRequest - The request to authenticate
        Returns:
        A publisher that emits 0 or 1 responses