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 - A unique identifier for the SAML Request to be stored by the caller of the API.of(Function<SamlPrepareAuthenticationResponse.Builder, ObjectBuilder<SamlPrepareAuthenticationResponse>> fn) final Stringrealm()Required - The name of the Elasticsearch realm that was used to construct the authentication request.final Stringredirect()Required - The URL to redirect the user to.voidserialize(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 - A unique identifier for the SAML Request to be stored by the caller of the API.API name:
id -
realm
Required - The name of the Elasticsearch realm that was used to construct the authentication request.API name:
realm -
redirect
Required - The URL to redirect the user to.API name:
redirect -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupSamlPrepareAuthenticationResponseDeserializer
protected static void setupSamlPrepareAuthenticationResponseDeserializer(ObjectDeserializer<SamlPrepareAuthenticationResponse.Builder> op)
-