public interface HttpAuthenticationProvider extends AuthenticationProvider
| Modifier and Type | Method and Description |
|---|---|
default org.reactivestreams.Publisher<AuthenticationResponse> |
authenticate(AuthenticationRequest authenticationRequest)
Authenticates a user with the given request.
|
org.reactivestreams.Publisher<AuthenticationResponse> |
authenticate(io.micronaut.http.HttpRequest<?> request,
AuthenticationRequest<?,?> authenticationRequest)
Authenticates a user with the given request.
|
default org.reactivestreams.Publisher<AuthenticationResponse> authenticate(AuthenticationRequest authenticationRequest)
AuthenticationProviderUserDetails.authenticate in interface AuthenticationProviderauthenticationRequest - The request to authenticateorg.reactivestreams.Publisher<AuthenticationResponse> authenticate(io.micronaut.http.HttpRequest<?> request, AuthenticationRequest<?,?> authenticationRequest)
UserDetails.authenticate in interface AuthenticationProviderrequest - The HTTP requestauthenticationRequest - The request to authenticate