Class GetSecuritySettingsResponse
java.lang.Object
co.elastic.clients.elasticsearch.security.GetSecuritySettingsResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class GetSecuritySettingsResponse
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<GetSecuritySettingsResponse>Json deserializer forGetSecuritySettingsResponse -
Method Summary
Modifier and TypeMethodDescriptionstatic GetSecuritySettingsResponsefinal SecuritySettingssecurity()Required - Settings for the index used for most security configuration, including native realm users and roles configured with the API.final SecuritySettingsRequired - Settings for the index used to store profile information.final SecuritySettingsRequired - Settings for the index used to store tokens.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidsetupGetSecuritySettingsResponseDeserializer(ObjectDeserializer<GetSecuritySettingsResponse.Builder> op) toString()
-
Field Details
-
_DESERIALIZER
Json deserializer forGetSecuritySettingsResponse
-
-
Method Details
-
of
-
security
Required - Settings for the index used for most security configuration, including native realm users and roles configured with the API.API name:
security -
securityProfile
Required - Settings for the index used to store profile information.API name:
security-profile -
securityTokens
Required - Settings for the index used to store tokens.API name:
security-tokens -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupGetSecuritySettingsResponseDeserializer
protected static void setupGetSecuritySettingsResponseDeserializer(ObjectDeserializer<GetSecuritySettingsResponse.Builder> op)
-