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 int
Required - The number of tokens that were invalidated as part of this logout.static SamlInvalidateResponse
final String
realm()
Required - The realm name of the SAML realm in Elasticsearch that authenticated the user.final String
redirect()
Required - A SAML logout response as a parameter so that the user can be redirected back to the SAML IdP.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 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:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupSamlInvalidateResponseDeserializer
protected static void setupSamlInvalidateResponseDeserializer(ObjectDeserializer<SamlInvalidateResponse.Builder> op)
-