Module org.elasticsearch.security
Class SamlLogoutResponseHandler
java.lang.Object
org.elasticsearch.xpack.security.authc.saml.SamlObjectHandler
org.elasticsearch.xpack.security.authc.saml.SamlResponseHandler
org.elasticsearch.xpack.security.authc.saml.SamlLogoutResponseHandler
-
Field Summary
Fields inherited from class org.elasticsearch.xpack.security.authc.saml.SamlObjectHandler
decrypter, logger, SAML_NAMESPACE -
Constructor Summary
ConstructorsConstructorDescriptionSamlLogoutResponseHandler(Clock clock, org.elasticsearch.xpack.security.authc.saml.IdpConfiguration idp, SpConfiguration sp, org.elasticsearch.core.TimeValue maxSkew) -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(boolean httpRedirect, String payload, Collection<String> allowedSamlRequestIds) Methods inherited from class org.elasticsearch.xpack.security.authc.saml.SamlResponseHandler
checkInResponseTo, checkResponseDestination, checkStatus, getStatusCodeMessage, isSuccessMethods inherited from class org.elasticsearch.xpack.security.authc.saml.SamlObjectHandler
checkIdpSignature, checkIssuer, decodeBase64, describe, describe, getSpConfiguration, inflate, maxSkewInMillis, now, parseQueryStringAndValidateSignature, parseSamlMessage, text, text, validateNotOnOrAfter
-
Constructor Details
-
SamlLogoutResponseHandler
public SamlLogoutResponseHandler(Clock clock, org.elasticsearch.xpack.security.authc.saml.IdpConfiguration idp, SpConfiguration sp, org.elasticsearch.core.TimeValue maxSkew)
-
-
Method Details
-
handle
-