Package io.quarkus.amazon.lambda.http
Class LambdaAuthenticationRequest
java.lang.Object
io.quarkus.security.identity.request.BaseAuthenticationRequest
io.quarkus.amazon.lambda.http.LambdaAuthenticationRequest
- All Implemented Interfaces:
 io.quarkus.security.identity.request.AuthenticationRequest
public class LambdaAuthenticationRequest
extends io.quarkus.security.identity.request.BaseAuthenticationRequest
- 
Constructor Summary
ConstructorsConstructorDescriptionLambdaAuthenticationRequest(com.amazonaws.services.lambda.runtime.events.APIGatewayV2HTTPEvent event)  - 
Method Summary
Modifier and TypeMethodDescriptioncom.amazonaws.services.lambda.runtime.events.APIGatewayV2HTTPEventgetEvent()Methods inherited from class io.quarkus.security.identity.request.BaseAuthenticationRequest
getAttribute, getAttributes, setAttribute 
- 
Constructor Details
- 
LambdaAuthenticationRequest
public LambdaAuthenticationRequest(com.amazonaws.services.lambda.runtime.events.APIGatewayV2HTTPEvent event)  
 - 
 - 
Method Details
- 
getEvent
public com.amazonaws.services.lambda.runtime.events.APIGatewayV2HTTPEvent getEvent() 
 -