Class SecuredRemoteAddressRequestWrapperFactory.Config

    • Constructor Summary

      Constructors 
      Constructor Description
      Config()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setSecuredRemoteAdresses​(java.lang.String comaDelimitedSecuredRemoteAddresses)
      Comma delimited list of secured remote addresses.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Config

        public Config()
    • Method Detail

      • setSecuredRemoteAdresses

        public void setSecuredRemoteAdresses​(java.lang.String comaDelimitedSecuredRemoteAddresses)
        Comma delimited list of secured remote addresses. Expressed with regular expressions.

        Default value : 10\.\d{1,3}\.\d{1,3}\.\d{1,3}, 192\.168\.\d{1,3}\.\d{1,3}, 172\\.(?:1[6-9]|2\\d|3[0-1]).\\d{1,3}.\\d{1,3}, 169\.254\.\d{1,3}\.\d{1,3}, 127\.\d{1,3}\.\d{1,3}\.\d{1,3}

        Parameters:
        comaDelimitedSecuredRemoteAddresses -