Class DefaultLambdaAuthenticationRequest

  • All Implemented Interfaces:
    io.quarkus.security.identity.request.AuthenticationRequest

    public final class DefaultLambdaAuthenticationRequest
    extends io.quarkus.security.identity.request.BaseAuthenticationRequest
    This will execute if and only if there is no identity after invoking a LambdaAuthenticationRequest
    • Constructor Detail

      • DefaultLambdaAuthenticationRequest

        public DefaultLambdaAuthenticationRequest​(com.amazonaws.services.lambda.runtime.events.APIGatewayV2HTTPEvent event)
    • Method Detail

      • getEvent

        public com.amazonaws.services.lambda.runtime.events.APIGatewayV2HTTPEvent getEvent()