Module org.elasticsearch.security
Package org.elasticsearch.xpack.security.rest.action.saml
package org.elasticsearch.xpack.security.rest.action.saml
-
ClassesClassDescriptionA REST handler that attempts to authenticate a user based on the provided SAML response/assertion.This Rest endpoint handles SAML LogoutResponse sent from idP with either HTTP-Redirect or HTTP-Post binding.Invalidates any security tokens associated with the provided SAML session.Invalidates the provided security token, and if the associated SAML realm support logout, generates a SAML logout request (
<LogoutRequest>).Generates a SAML authentication request (<AuthnRequest>) based on the provided parameters.An abstract implementation ofSecurityBaseRestHandlerthat performs a license check for the SAML realm type