Module org.elasticsearch.security
Class SamlRedirect
java.lang.Object
org.elasticsearch.xpack.security.authc.saml.SamlRedirect
-
Constructor Summary
ConstructorsConstructorDescriptionSamlRedirect(org.opensaml.saml.saml2.core.RequestAbstractType request, SigningConfiguration signing) SamlRedirect(org.opensaml.saml.saml2.core.StatusResponseType response, SigningConfiguration signing) -
Method Summary
Modifier and TypeMethodDescriptionprotected StringdeflateAndBase64Encode(org.opensaml.saml.common.SAMLObject message) getRedirectUrl(String relayState)
-
Constructor Details
-
SamlRedirect
public SamlRedirect(org.opensaml.saml.saml2.core.RequestAbstractType request, SigningConfiguration signing) -
SamlRedirect
public SamlRedirect(org.opensaml.saml.saml2.core.StatusResponseType response, SigningConfiguration signing)
-
-
Method Details
-
getRedirectUrl
- Throws:
ElasticsearchException
-
getRedirectUrl
- Throws:
ElasticsearchException
-
deflateAndBase64Encode
protected String deflateAndBase64Encode(org.opensaml.saml.common.SAMLObject message) throws Exception - Throws:
Exception
-