Class IPListConfig


  • public class IPListConfig
    extends Object
    Configuration object for the IP list policies.
    Author:
    eric.wittmann@redhat.com
    • Constructor Detail

      • IPListConfig

        public IPListConfig​(String httpHeader,
                            Set<String> ipList,
                            int responseCode)
    • Method Detail

      • getIpList

        public Set<String> getIpList()
        Returns:
        the ipList
      • getHttpHeader

        public String getHttpHeader()
        Returns:
        the httpHeader
      • getResponseCode

        public int getResponseCode()
        Returns:
        the responseCode
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object