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 OidcLogoutResponse
final String
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.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
toString()
-
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:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupOidcLogoutResponseDeserializer
protected static void setupOidcLogoutResponseDeserializer(ObjectDeserializer<OidcLogoutResponse.Builder> op)
-