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 String
nonce()
Required - API name:nonce
of
(Function<OidcPrepareAuthenticationResponse.Builder, ObjectBuilder<OidcPrepareAuthenticationResponse>> fn) final String
realm()
Required - API name:realm
final String
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.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
setupOidcPrepareAuthenticationResponseDeserializer
(ObjectDeserializer<OidcPrepareAuthenticationResponse.Builder> op) final String
state()
Required - API name:state
toString()
-
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:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupOidcPrepareAuthenticationResponseDeserializer
protected static void setupOidcPrepareAuthenticationResponseDeserializer(ObjectDeserializer<OidcPrepareAuthenticationResponse.Builder> op)
-