All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description AkamaiAddressKeyResolver When light-gateway 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-IPJwtClientIdKeyResolver When 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.JwtHeaderClientIdKeyResolver This is a customized KeyResolver for one of our customers on the external gateway in the DMZ.JwtUserIdKeyResolver When user is selected as the key, we can get the user_id from the JWT claim.KeyResolver When rate limit is used, we need to define a key to identify a unique client or a unique IP address.LimitConfig Config class for limit moduleLimitHandler A handler which limits the maximum number of concurrent requests.LimitKey LimitQuota RateLimiter Rate limit logic for light-4j framework.RateLimitResponse RemoteAddressKeyResolver When address is used as the key, we can get the IP address from the header of the request.RequestLimit Represents a limit on a number of running requests.