Package io.quarkus.amazon.lambda.http
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(AwsProxyRequest event)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AwsProxyRequest
getEvent()
-
-
-
Constructor Detail
-
DefaultLambdaAuthenticationRequest
public DefaultLambdaAuthenticationRequest(AwsProxyRequest event)
-
-
Method Detail
-
getEvent
public AwsProxyRequest getEvent()
-
-