Class IPWhitelistPolicy

  • All Implemented Interfaces:
    IPolicy

    public class IPWhitelistPolicy
    extends AbstractIPListPolicy<IPListConfig>
    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.
    Author:
    eric.wittmann@redhat.com