Package io.micronaut.security.authentication.provider
package io.micronaut.security.authentication.provider
Authentication provider API.
- Since:
- 4.5.0
- Author:
- Sergio del Amo
-
InterfacesClassDescriptionAuthenticationProvider<T,
I, S> Defines an API to authenticate a user with the given request.AnAuthenticationProviderwhich forces you to define the executor to be used.AuthenticationProviderforHttpRequest.ExecutorAuthenticationProviderforHttpRequest.ReactiveAuthenticationProviderforHttpRequest.Defines a reactive authentication provider.