Class SamlETDParseServlet
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- pl.edu.icm.unity.saml.SamlHttpRequestServlet
-
- pl.edu.icm.unity.saml.idp.web.filter.SamlParseServlet
-
- pl.edu.icm.unity.unicore.samlidp.web.SamlETDParseServlet
-
- All Implemented Interfaces:
Serializable,javax.servlet.Servlet,javax.servlet.ServletConfig
public class SamlETDParseServlet extends pl.edu.icm.unity.saml.idp.web.filter.SamlParseServletExtension of theSamlParseServlet. It changes the default SAML SSO validator to theWebAuthWithETDRequestValidator.- Author:
- K. Benedyczak
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SamlETDParseServlet(pl.edu.icm.unity.saml.metadata.cfg.RemoteMetaManager samlConfigProvider, String endpointAddress, String samlUiServletPath, pl.edu.icm.unity.saml.idp.web.filter.ErrorHandler errorHandler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidvalidate(pl.edu.icm.unity.saml.idp.ctx.SAMLAuthnContext context, javax.servlet.http.HttpServletResponse servletResponse, pl.edu.icm.unity.saml.idp.SamlIdpProperties samlConfig)-
Methods inherited from class pl.edu.icm.unity.saml.idp.web.filter.SamlParseServlet
createSamlContext, doGet, doPost, parse, postProcessRequest, processSamlRequest, processSamlRequestInterruptible
-
Methods inherited from class pl.edu.icm.unity.saml.SamlHttpRequestServlet
extractRequestFromPostBinding, extractRequestFromRedirectBinding
-
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
-
-
-
-
Method Detail
-
validate
protected void validate(pl.edu.icm.unity.saml.idp.ctx.SAMLAuthnContext context, javax.servlet.http.HttpServletResponse servletResponse, pl.edu.icm.unity.saml.idp.SamlIdpProperties samlConfig) throws pl.edu.icm.unity.saml.SAMLProcessingException, IOException, pl.edu.icm.unity.webui.idpcommon.EopException- Overrides:
validatein classpl.edu.icm.unity.saml.idp.web.filter.SamlParseServlet- Throws:
pl.edu.icm.unity.saml.SAMLProcessingExceptionIOExceptionpl.edu.icm.unity.webui.idpcommon.EopException
-
-