Class OidcPrepareAuthenticationResponse
java.lang.Object
co.elastic.clients.elasticsearch.security.OidcPrepareAuthenticationResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class OidcPrepareAuthenticationResponse
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<OidcPrepareAuthenticationResponse>Json deserializer forOidcPrepareAuthenticationResponse -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringnonce()Required - API name:nonceof(Function<OidcPrepareAuthenticationResponse.Builder, ObjectBuilder<OidcPrepareAuthenticationResponse>> fn) final Stringrealm()Required - API name:realmfinal Stringredirect()Required - A URI that points to the authorization endpoint of the OpenID Connect Provider with all the parameters of the authentication request as HTTP GET parameters.voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidsetupOidcPrepareAuthenticationResponseDeserializer(ObjectDeserializer<OidcPrepareAuthenticationResponse.Builder> op) final Stringstate()Required - API name:statetoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forOidcPrepareAuthenticationResponse
-
-
Method Details
-
of
-
nonce
Required - API name:nonce -
realm
Required - API name:realm -
redirect
Required - A URI that points to the authorization endpoint of the OpenID Connect Provider with all the parameters of the authentication request as HTTP GET parameters.API name:
redirect -
state
Required - API name:state -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupOidcPrepareAuthenticationResponseDeserializer
protected static void setupOidcPrepareAuthenticationResponseDeserializer(ObjectDeserializer<OidcPrepareAuthenticationResponse.Builder> op)
-