Class ECPHttpServletRequestValidator
java.lang.Object
net.shibboleth.sp.saml.saml2.binding.impl.ECPHttpServletRequestValidator
- All Implemented Interfaces:
HttpServletRequestValidator
A request validator that detects the requirements of an ECP client request:
- Accept header indicating acceptance of the MIME type
application/vnd.paos+xml
- PAOS header specifying the PAOS version with a value, at minimum, of
urn:liberty:paos:2003-08
and a supported service value ofurn:oasis:names:tc:SAML:2.0:profiles:SSO:ecp
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
paosType
Media type for PAOS.
-
-
Constructor Details
-
ECPHttpServletRequestValidator
public ECPHttpServletRequestValidator()Constructor.
-
-
Method Details
-
validate
- Specified by:
validatein interfaceHttpServletRequestValidator- Throws:
ServletException
-