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 SamlLogoutResponse
final String
redirect()
Required - A URL that contains a SAML logout request as a parameter.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 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:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupSamlLogoutResponseDeserializer
protected static void setupSamlLogoutResponseDeserializer(ObjectDeserializer<SamlLogoutResponse.Builder> op)
-