Uses of Class
org.opensaml.messaging.decoder.servlet.BaseHttpServletRequestXMLMessageDecoder
-
Packages that use BaseHttpServletRequestXMLMessageDecoder Package Description org.opensaml.saml.saml1.binding.decoding.impl SAML 1.x message decoders.org.opensaml.saml.saml2.binding.decoding.impl SAML 2.0 message decoders.org.opensaml.soap.soap11.decoder.http.impl SOAP over HTTP 1.1 message decoder and handlers. -
-
Uses of BaseHttpServletRequestXMLMessageDecoder in org.opensaml.saml.saml1.binding.decoding.impl
Subclasses of BaseHttpServletRequestXMLMessageDecoder in org.opensaml.saml.saml1.binding.decoding.impl Modifier and Type Class Description classHTTPArtifactDecoderSAML 1.X HTTP Artifact message decoder.classHTTPPostDecoderSAML 1.X HTTP POST message decoder.classHTTPSOAP11DecoderSAML 1.1 HTTP SOAP 1.1 binding decoder. -
Uses of BaseHttpServletRequestXMLMessageDecoder in org.opensaml.saml.saml2.binding.decoding.impl
Subclasses of BaseHttpServletRequestXMLMessageDecoder in org.opensaml.saml.saml2.binding.decoding.impl Modifier and Type Class Description classHTTPArtifactDecoderSAML 2 Artifact Binding decoder, support both HTTP GET and POST.classHTTPPostDecoderMessage decoder implementing the SAML 2.0 HTTP POST binding.classHTTPPostSimpleSignDecoderMessage decoder implementing the SAML 2.0 HTTP POST-SimpleSign binding.classHTTPRedirectDeflateDecoderSAML 2.0 HTTP Redirect decoder using the DEFLATE encoding method.classHTTPSOAP11DecoderSAML 2.0 SOAP 1.1 over HTTP binding decoder. -
Uses of BaseHttpServletRequestXMLMessageDecoder in org.opensaml.soap.soap11.decoder.http.impl
Subclasses of BaseHttpServletRequestXMLMessageDecoder in org.opensaml.soap.soap11.decoder.http.impl Modifier and Type Class Description classHTTPSOAP11DecoderBasic SOAP 1.1 decoder for HTTP transport.
-