Class ApiGatewayRequestIdentity
java.lang.Object
io.quarkus.amazon.lambda.http.model.ApiGatewayRequestIdentity
Identity model for the API Gateway request context. This is used in the default AwsProxyRequest object. Contains
all of the properties declared in the $context.identity API Gateway object so could be re-used for other implementations
- See Also:
-
AwsProxyRequest
RequestReader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetUser()
void
setAccessKey
(String accessKey) void
setAccountId
(String accountId) void
void
setApiKeyId
(String apiKeyId) void
void
setCognitoAuthenticationProvider
(String cognitoAuthenticationProvider) void
setCognitoAuthenticationType
(String cognitoAuthenticationType) void
setCognitoIdentityId
(String cognitoIdentityId) void
setCognitoIdentityPoolId
(String cognitoIdentityPoolId) void
setSourceIp
(String sourceIp) void
void
setUserAgent
(String userAgent) void
setUserArn
(String userArn)
-
Constructor Details
-
ApiGatewayRequestIdentity
public ApiGatewayRequestIdentity()
-
-
Method Details
-
getApiKey
-
setApiKey
-
getApiKeyId
-
setApiKeyId
-
getUserArn
-
setUserArn
-
getCognitoAuthenticationType
-
setCognitoAuthenticationType
-
getCaller
-
setCaller
-
getUserAgent
-
setUserAgent
-
getUser
-
setUser
-
getCognitoIdentityPoolId
-
setCognitoIdentityPoolId
-
getCognitoIdentityId
-
setCognitoIdentityId
-
getCognitoAuthenticationProvider
-
setCognitoAuthenticationProvider
-
getSourceIp
-
setSourceIp
-
getAccountId
-
setAccountId
-
getAccessKey
-
setAccessKey
-