Class CustomPrincipal

java.lang.Object
io.quarkus.amazon.lambda.http.CustomPrincipal
All Implemented Interfaces:
Principal

public class CustomPrincipal extends Object implements Principal
Allocated when a custom authorizer (i.e. Lambda) is used to authenticate user Will only be allocated if requestContext.authorizer.principalId is set in the http event sent by API Gateway