Class SamlInvalidateResponse
java.lang.Object
co.elastic.clients.elasticsearch.security.SamlInvalidateResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class SamlInvalidateResponse
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<SamlInvalidateResponse>Json deserializer forSamlInvalidateResponse -
Method Summary
Modifier and TypeMethodDescriptionfinal intRequired - The number of tokens that were invalidated as part of this logout.static SamlInvalidateResponsefinal Stringrealm()Required - The realm name of the SAML realm in Elasticsearch that authenticated the user.final Stringredirect()Required - A SAML logout response as a parameter so that the user can be redirected back to the SAML IdP.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 forSamlInvalidateResponse
-
-
Method Details
-
of
public static SamlInvalidateResponse of(Function<SamlInvalidateResponse.Builder, ObjectBuilder<SamlInvalidateResponse>> fn) -
invalidated
public final int invalidated()Required - The number of tokens that were invalidated as part of this logout.API name:
invalidated -
realm
Required - The realm name of the SAML realm in Elasticsearch that authenticated the user.API name:
realm -
redirect
Required - A SAML logout response as a parameter so that the user can be redirected back to the SAML IdP.API name:
redirect -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupSamlInvalidateResponseDeserializer
protected static void setupSamlInvalidateResponseDeserializer(ObjectDeserializer<SamlInvalidateResponse.Builder> op)
-