Package org.elasticsearch.xpack.security.rest.action.saml
-
Class Summary Class Description RestSamlAuthenticateAction A REST handler that attempts to authenticate a user based on the provided SAML response/assertion.RestSamlInvalidateSessionAction Invalidates any security tokens associated with the provided SAML session.RestSamlLogoutAction Invalidates the provided security token, and if the associated SAML realm support logout, generates a SAML logout request (<LogoutRequest>
).RestSamlPrepareAuthenticationAction Generates a SAML authentication request (<AuthnRequest>
) based on the provided parameters.SamlBaseRestHandler An abstract implementation ofSecurityBaseRestHandler
that performs a license check for the SAML realm type