Class SslConfigurationKeys

java.lang.Object
org.elasticsearch.common.ssl.SslConfigurationKeys

public class SslConfigurationKeys extends Object
Utility class for handling the standard setting keys for use in SSL configuration.
See Also:
  • Field Details

  • Method Details

    • getStringKeys

      public static List<String> getStringKeys()
      The list of keys that are used to load a non-secure, non-list setting
    • getListKeys

      public static List<String> getListKeys()
      The list of keys that are used to load a non-secure, list setting
    • getSecureStringKeys

      public static List<String> getSecureStringKeys()
      The list of keys that are used to load a secure setting (such as a password) that would typically be stored in the elasticsearch keystore.
    • isDeprecated

      public static boolean isDeprecated(String key)
      Returns:
      true if the provided key is a deprecated setting