Class SamlPrepareAuthenticationResponse
java.lang.Object
co.elastic.clients.elasticsearch.security.SamlPrepareAuthenticationResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class SamlPrepareAuthenticationResponse
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<SamlPrepareAuthenticationResponse>Json deserializer forSamlPrepareAuthenticationResponse -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringid()Required - API name:idof(Function<SamlPrepareAuthenticationResponse.Builder, ObjectBuilder<SamlPrepareAuthenticationResponse>> fn) final Stringrealm()Required - API name:realmfinal Stringredirect()Required - API name:redirectvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidsetupSamlPrepareAuthenticationResponseDeserializer(ObjectDeserializer<SamlPrepareAuthenticationResponse.Builder> op) toString()
-
Field Details
-
_DESERIALIZER
Json deserializer forSamlPrepareAuthenticationResponse
-
-
Method Details
-
of
-
id
Required - API name:id -
realm
Required - API name:realm -
redirect
Required - API name:redirect -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupSamlPrepareAuthenticationResponseDeserializer
protected static void setupSamlPrepareAuthenticationResponseDeserializer(ObjectDeserializer<SamlPrepareAuthenticationResponse.Builder> op)
-