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 GetSecuritySettingsResponse
final SecuritySettings
security()
Required - Settings for the index used for most security configuration, including native realm users and roles configured with the API.final SecuritySettings
Required - Settings for the index used to store profile information.final SecuritySettings
Required - Settings for the index used to store tokens.void
serialize
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected void
serializeInternal
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static void
setupGetSecuritySettingsResponseDeserializer
(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:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupGetSecuritySettingsResponseDeserializer
protected static void setupGetSecuritySettingsResponseDeserializer(ObjectDeserializer<GetSecuritySettingsResponse.Builder> op)
-