Interface SecurableCommunicationChannels


public interface SecurableCommunicationChannels
This class defines all the static definitions for the ConfigurationProperties.SSL_ENABLED_COMPONENTS Since: Geode 1.0
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    This determines that all components will be secured.
    static final String
    This determines that the inter-server (or server-to-server) communication will be secured.
    static final String
    This determines that the gateway communication will be secured.
    static final String
    This determines that test jmx communication will be secured.
    static final String
    This determines that the locator communication will be secured.
    static final String
    This determines that the client-server communication will be secured.
    static final String
    This determines that the http service communication will be secured.
  • Field Details

    • ALL

      static final String ALL
      This determines that all components will be secured. Since: Geode 1.0
      See Also:
    • SERVER

      static final String SERVER
      This determines that the client-server communication will be secured. Since: Geode 1.0
      See Also:
    • 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:
    • JMX

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

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

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

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