Interface SecurableCommunicationChannels

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String ALL
      This determines that all components will be secured.
      static String CLUSTER
      This determines that the inter-server (or server-to-server) communication will be secured.
      static String GATEWAY
      This determines that the gateway communication will be secured.
      static String JMX
      This determines that test jmx communication will be secured.
      static String LOCATOR
      This determines that the locator communication will be secured.
      static String SERVER
      This determines that the client-server communication will be secured.
      static String WEB
      This determines that the http service communication will be secured.
    • Field Detail

      • SERVER

        static final String SERVER
        This determines that the client-server communication will be secured. Since: Geode 1.0
        See Also:
        Constant Field Values
      • CLUSTER

        static final String CLUSTER
        This determines that the inter-server (or server-to-server) communication will be secured. Since: Geode 1.0
        See Also:
        Constant Field Values
      • JMX

        static final String JMX
        This determines that test jmx communication will be secured. Since: Geode 1.0
        See Also:
        Constant Field Values
      • WEB

        static final String WEB
        This determines that the http service communication will be secured. Since: Geode 1.0
        See Also:
        Constant Field Values
      • GATEWAY

        static final String GATEWAY
        This determines that the gateway communication will be secured. Since: Geode 1.0
        See Also:
        Constant Field Values
      • LOCATOR

        static final String LOCATOR
        This determines that the locator communication will be secured. Since: Geode 1.0
        See Also:
        Constant Field Values