Package io.micronaut.security.authentication.provider
package io.micronaut.security.authentication.provider
Authentication provider API.
- Since:
- 4.5.0
- Author:
- Sergio del Amo
-
ClassDescriptionAuthenticationProvider<T,
I, S> Defines an API to authenticate a user with the given request.AnAuthenticationProvider
which forces you to define the executor to be used.AuthenticationProvider
forHttpRequest
.ExecutorAuthenticationProvider
forHttpRequest
.ReactiveAuthenticationProvider
forHttpRequest
.Defines a reactive authentication provider.Deprecated, for removal: This API element is subject to removal in a future version.