Class SamlLogoutResponse
java.lang.Object
co.elastic.clients.elasticsearch.security.SamlLogoutResponse
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<SamlLogoutResponse>Json deserializer forSamlLogoutResponse -
Method Summary
Modifier and TypeMethodDescriptionstatic SamlLogoutResponsefinal Stringredirect()Required - A URL that contains a SAML logout request as a parameter.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 forSamlLogoutResponse
-
-
Method Details
-
of
public static SamlLogoutResponse of(Function<SamlLogoutResponse.Builder, ObjectBuilder<SamlLogoutResponse>> fn) -
redirect
Required - A URL that contains a SAML logout request as a parameter. You can use this URL to be redirected back to the SAML IdP and to initiate Single Logout.API name:
redirect -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupSamlLogoutResponseDeserializer
protected static void setupSamlLogoutResponseDeserializer(ObjectDeserializer<SamlLogoutResponse.Builder> op)
-