Class OidcLogoutResponse
java.lang.Object
co.elastic.clients.elasticsearch.security.OidcLogoutResponse
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<OidcLogoutResponse>Json deserializer forOidcLogoutResponse -
Method Summary
Modifier and TypeMethodDescriptionstatic OidcLogoutResponsefinal Stringredirect()Required - A URI that points to the end session endpoint of the OpenID Connect Provider with all the parameters of the logout 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 voidtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forOidcLogoutResponse
-
-
Method Details
-
of
public static OidcLogoutResponse of(Function<OidcLogoutResponse.Builder, ObjectBuilder<OidcLogoutResponse>> fn) -
redirect
Required - A URI that points to the end session endpoint of the OpenID Connect Provider with all the parameters of the logout request as HTTP GET parameters.API name:
redirect -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupOidcLogoutResponseDeserializer
protected static void setupOidcLogoutResponseDeserializer(ObjectDeserializer<OidcLogoutResponse.Builder> op)
-