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 SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<SamlPrepareAuthenticationResponse>Json deserializer forSamlPrepareAuthenticationResponse
- 
Method SummaryModifier 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- 
_DESERIALIZERJson deserializer forSamlPrepareAuthenticationResponse
 
- 
- 
Method Details- 
of
- 
idRequired - A unique identifier for the SAML Request to be stored by the caller of the API.API name: id
- 
realmRequired - The name of the Elasticsearch realm that was used to construct the authentication request.API name: realm
- 
redirectRequired - The URL to redirect the user to.API name: redirect
- 
serializeSerialize this object to JSON.- Specified by:
- serializein interface- JsonpSerializable
 
- 
serializeInternal
- 
toString
- 
setupSamlPrepareAuthenticationResponseDeserializerprotected static void setupSamlPrepareAuthenticationResponseDeserializer(ObjectDeserializer<SamlPrepareAuthenticationResponse.Builder> op) 
 
-