Class DefaultLambdaAuthenticationRequest

java.lang.Object
io.quarkus.security.identity.request.BaseAuthenticationRequest
io.quarkus.amazon.lambda.http.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 Summary

    Constructors
    Constructor
    Description
    DefaultLambdaAuthenticationRequest(com.amazonaws.services.lambda.runtime.events.APIGatewayV2HTTPEvent event)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.amazonaws.services.lambda.runtime.events.APIGatewayV2HTTPEvent
     

    Methods inherited from class io.quarkus.security.identity.request.BaseAuthenticationRequest

    getAttribute, getAttributes, setAttribute

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DefaultLambdaAuthenticationRequest

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

    • getEvent

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