| AbstractIPListPolicy<C> |
Base class for the ip whitelist and blacklist policies.
|
| AbstractMappedDataPolicy<C> |
Base class for data policies that want to use jackson to map their config.
|
| AbstractMappedPolicy<C> |
A base class for policy impls that uses Jackson to parse configuration info.
|
| AuthorizationPolicy |
Adds authorization capabilities to apiman.
|
| BasicAuthenticationPolicy |
An implementation of an apiman policy that supports multiple styles of authentication.
|
| CachingPolicy |
Deprecated.
|
| CachingResourcesPolicy |
Policy that enables caching for back-end APIs responses.
|
| IgnoredResourcesPolicy |
A simple policy that causes a failure if the paths of the inbound request
matching the configured set of regular expressions.
|
| IPBlacklistPolicy |
A simple policy that fails the inbound request if its IP address is
included in the list of dis-allowed IPs.
|
| IPWhitelistPolicy |
A simple policy that causes a failure if the IP address of the inbound
request is not included in a specific list of allowed IP addresses.
|
| PolicyFailureCodes |
An index of all standard apiman policy failure codes.
|
| QuotaPolicy |
Similar to the rate limiting policy, but less granular.
|
| RateLimitingPolicy |
Policy that enforces rate limits.
|
| TimeRestrictedAccessPolicy |
Policy that restrict access to resource by time when resource can be accessed.
|
| TransferQuotaPolicy |
Policy that enforces transfer quotas.
|
| URLRewritingPolicy |
A policy that implements URL rewriting in the body and headers of the
response from a back-end API.
|