Interface HttpRequestAuthenticationProvider<B>

Type Parameters:
B - The HTTP Request Body type
All Superinterfaces:
AuthenticationProvider<io.micronaut.http.HttpRequest<B>,String,String>, io.micronaut.core.order.Ordered

public interface HttpRequestAuthenticationProvider<B> extends AuthenticationProvider<io.micronaut.http.HttpRequest<B>,String,String>
AuthenticationProvider 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.security.authentication.provider.AuthenticationProvider

    authenticate, authenticate

    Methods inherited from interface io.micronaut.core.order.Ordered

    getOrder