| Package | Description |
|---|---|
| com.amazonaws.serverless.proxy | |
| com.amazonaws.serverless.proxy.internal | |
| com.amazonaws.serverless.proxy.internal.servlet |
| Modifier and Type | Class and Description |
|---|---|
class |
AwsHttpApiV2SecurityContextWriter |
class |
AwsProxySecurityContextWriter
Default implementation of
SecurityContextWriter. |
| Constructor and Description |
|---|
LambdaContainerHandler(Class<RequestType> requestClass,
Class<ResponseType> responseClass,
RequestReader<RequestType,ContainerRequestType> requestReader,
ResponseWriter<ContainerResponseType,ResponseType> responseWriter,
SecurityContextWriter<RequestType> securityContextWriter,
ExceptionHandler<ResponseType> exceptionHandler) |
LambdaContainerHandler(Class<RequestType> requestClass,
Class<ResponseType> responseClass,
RequestReader<RequestType,ContainerRequestType> requestReader,
ResponseWriter<ContainerResponseType,ResponseType> responseWriter,
SecurityContextWriter<RequestType> securityContextWriter,
ExceptionHandler<ResponseType> exceptionHandler,
InitializationWrapper init) |
| Modifier and Type | Field and Description |
|---|---|
protected SecurityContextWriter<RequestType> |
ServletLambdaContainerHandlerBuilder.securityContextWriter |
| Modifier and Type | Method and Description |
|---|---|
Builder |
ServletLambdaContainerHandlerBuilder.securityContextWriter(SecurityContextWriter<RequestType> securityContextWriter) |
| Constructor and Description |
|---|
AwsLambdaServletContainerHandler(Class<RequestType> requestTypeClass,
Class<ResponseType> responseTypeClass,
RequestReader<RequestType,ContainerRequestType> requestReader,
ResponseWriter<ContainerResponseType,ResponseType> responseWriter,
SecurityContextWriter<RequestType> securityContextWriter,
ExceptionHandler<ResponseType> exceptionHandler) |
Copyright © 2022. All rights reserved.