Package org.apache.geode.security
Interface SecurableCommunicationChannels
public interface SecurableCommunicationChannels
This class defines all the static definitions for the
ConfigurationProperties.SSL_ENABLED_COMPONENTS Since: Geode 1.0-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThis determines that all components will be secured.static final StringThis determines that the inter-server (or server-to-server) communication will be secured.static final StringThis determines that the gateway communication will be secured.static final StringThis determines that test jmx communication will be secured.static final StringThis determines that the locator communication will be secured.static final StringThis determines that the client-server communication will be secured.static final StringThis determines that the http service communication will be secured.
-
Field Details
-
ALL
This determines that all components will be secured. Since: Geode 1.0- See Also:
-
SERVER
This determines that the client-server communication will be secured. Since: Geode 1.0- See Also:
-
CLUSTER
This determines that the inter-server (or server-to-server) communication will be secured. Since: Geode 1.0- See Also:
-
JMX
This determines that test jmx communication will be secured. Since: Geode 1.0- See Also:
-
WEB
This determines that the http service communication will be secured. Since: Geode 1.0- See Also:
-
GATEWAY
This determines that the gateway communication will be secured. Since: Geode 1.0- See Also:
-
LOCATOR
This determines that the locator communication will be secured. Since: Geode 1.0- See Also:
-