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 String
domain()
API name:domain
final String
name()
Required - API name:name
static AuthenticationRealm
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
toString()
final String
type()
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:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupAuthenticationRealmDeserializer
protected static void setupAuthenticationRealmDeserializer(ObjectDeserializer<AuthenticationRealm.Builder> op)
-