Uses of Class
io.apiman.gateway.engine.policies.AbstractIPListPolicy
-
Packages that use AbstractIPListPolicy Package Description io.apiman.gateway.engine.policies -
-
Uses of AbstractIPListPolicy in io.apiman.gateway.engine.policies
Subclasses of AbstractIPListPolicy in io.apiman.gateway.engine.policies Modifier and Type Class Description classIPBlacklistPolicyA simple policy that fails the inbound request if its IP address is included in the list of dis-allowed IPs.classIPWhitelistPolicyA 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.
-