Uses of Interface
com.networknt.aws.lambda.handler.middleware.limit.key.KeyResolver
Packages that use KeyResolver
-
Uses of KeyResolver in com.networknt.aws.lambda.handler.middleware.limit.key
Classes in com.networknt.aws.lambda.handler.middleware.limit.key that implement KeyResolverModifier and TypeClassDescriptionclassWhen native-lambda is used for external clients and all external requests go through the Akamai cloud proxy, the real client IP can be retrieved from the header as True-Client-IPclassWhen the rate limit handler is located after the JwtVerifierHandler in the request/response chain, we can get the client_id claim from the JWT token from the auditInfo object from the exchange attachment.classThis is a customized KeyResolver for one of our customers on the external gateway in the DMZ.classWhen user is selected as the key, we can get the user_id from the JWT claim.classWhen address is used as the key, we can get the IP address from the header of the request.