Module org.elasticsearch.xcore
Class UpdateSecuritySettingsAction
java.lang.Object
org.elasticsearch.xpack.core.security.action.settings.UpdateSecuritySettingsAction
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Map<String, BiFunction<Object, ActionRequestValidationException, ActionRequestValidationException>> A map of allowed settings to validators for those settings.static final ActionType<AcknowledgedResponse> static final Stringstatic final Stringstatic final String -
Method Summary
-
Field Details
-
INSTANCE
-
MAIN_INDEX_NAME
- See Also:
-
TOKENS_INDEX_NAME
- See Also:
-
PROFILES_INDEX_NAME
- See Also:
-
ALLOWED_SETTING_VALIDATORS
public static final Map<String,BiFunction<Object, ALLOWED_SETTING_VALIDATORSActionRequestValidationException, ActionRequestValidationException>> A map of allowed settings to validators for those settings. Values should take the value which is being assigned to the setting and an existingActionRequestValidationException, to which they should add if the value is disallowed.
-