java.lang.Object
org.elasticsearch.xpack.core.security.authc.esnative.NativeRealmSettings

public final class NativeRealmSettings extends Object
  • Field Details

    • TYPE

      public static final String TYPE
      See Also:
    • DEFAULT_NAME

      public static final String DEFAULT_NAME
      See Also:
    • NATIVE_USERS_ENABLED

      public static final String NATIVE_USERS_ENABLED
      This setting is never registered by the security plugin - in order to disable the native user APIs another plugin must register it as a boolean setting and cause it to be set to `false`. If this setting is set to false then
      • the Rest APIs for native user management are disabled.
      • the default native realm will not be automatically configured.
      • it is not possible to configure a native realm.
      See Also:
  • Method Details