Interface HttpRequestReactiveAuthenticationProvider<B>
- Type Parameters:
B- The HTTP Request Body type
- All Superinterfaces:
io.micronaut.core.order.Ordered,ReactiveAuthenticationProvider<io.micronaut.http.HttpRequest<B>,String, String>
public interface HttpRequestReactiveAuthenticationProvider<B>
extends ReactiveAuthenticationProvider<io.micronaut.http.HttpRequest<B>,String,String>
ReactiveAuthenticationProvider for HttpRequest.- Since:
- 4.5.0
- Author:
- Sergio del Amo
-
Field Summary
Fields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Method Summary
Methods inherited from interface io.micronaut.core.order.Ordered
getOrderMethods inherited from interface io.micronaut.security.authentication.provider.ReactiveAuthenticationProvider
authenticate, authenticate