Class AuthenticationRealm
java.lang.Object
co.elastic.clients.elasticsearch.security.delegate_pki.AuthenticationRealm
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<AuthenticationRealm>Json deserializer forAuthenticationRealm -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringdomain()API name:domainfinal Stringname()Required - API name:namestatic AuthenticationRealmvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()final Stringtype()Required - API name:type
-
Field Details
-
_DESERIALIZER
Json deserializer forAuthenticationRealm
-
-
Method Details
-
of
public static AuthenticationRealm of(Function<AuthenticationRealm.Builder, ObjectBuilder<AuthenticationRealm>> fn) -
name
Required - API name:name -
type
Required - API name:type -
domain
API name:domain -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupAuthenticationRealmDeserializer
protected static void setupAuthenticationRealmDeserializer(ObjectDeserializer<AuthenticationRealm.Builder> op)
-