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
Constructors Constructor Description LambdaAuthenticationRequest(AwsProxyRequest event)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AwsProxyRequest
getEvent()
-
-
-
Constructor Detail
-
LambdaAuthenticationRequest
public LambdaAuthenticationRequest(AwsProxyRequest event)
-
-
Method Detail
-
getEvent
public AwsProxyRequest getEvent()
-
-