DATAGEODE-312 - Add support for Apache Geode 'security-auth-token-enabled-components' (configuration) property.

This Geode property was introduced in 1.12.0.
This commit is contained in:
John Blum
2020-03-25 08:35:23 -07:00
parent 37f16afd2b
commit 6ce5f4f211

View File

@@ -103,7 +103,7 @@ public enum GemFireProperties {
REDIS_PORT(ConfigurationProperties.REDIS_PORT, Integer.class, 0),
REMOTE_LOCATORS(ConfigurationProperties.REMOTE_LOCATORS, String.class),
REMOVE_UNRESPONSIVE_CLIENT(ConfigurationProperties.REMOVE_UNRESPONSIVE_CLIENT, Boolean.class, false),
//SECURITY_AUTH_TOKEN_ENABLED_COMPONENTS(ConfigurationProperties.SECURITY_AUTH_TOKEN_ENABLED_COMPONENTS, String[].class),
SECURITY_AUTH_TOKEN_ENABLED_COMPONENTS(ConfigurationProperties.SECURITY_AUTH_TOKEN_ENABLED_COMPONENTS, String[].class),
SECURITY_CLIENT_AUTH_INIT(ConfigurationProperties.SECURITY_CLIENT_AUTH_INIT, String.class),
SECURITY_LOG_FILE(ConfigurationProperties.SECURITY_LOG_FILE, File.class),
SECURITY_LOG_LEVEL(ConfigurationProperties.SECURITY_LOG_LEVEL, String.class, "config"),