Uses of Interface
org.opensaml.saml.common.binding.decoding.SAMLMessageDecoder
-
Packages that use SAMLMessageDecoder 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. -
-
Uses of SAMLMessageDecoder in org.opensaml.saml.saml1.binding.decoding.impl
Classes in org.opensaml.saml.saml1.binding.decoding.impl that implement SAMLMessageDecoder Modifier and Type Class Description classHTTPArtifactDecoderSAML 1.X HTTP Artifact message decoder.classHttpClientResponseSOAP11DecoderSAML 1.1 HTTP SOAP 1.1 binding decoder for HttpClient HttpResponse.classHTTPPostDecoderSAML 1.X HTTP POST message decoder.classHTTPSOAP11DecoderSAML 1.1 HTTP SOAP 1.1 binding decoder. -
Uses of SAMLMessageDecoder in org.opensaml.saml.saml2.binding.decoding.impl
Classes in org.opensaml.saml.saml2.binding.decoding.impl that implement SAMLMessageDecoder Modifier and Type Class Description classHTTPArtifactDecoderSAML 2 Artifact Binding decoder, support both HTTP GET and POST.classHttpClientResponseSOAP11DecoderSAML 2.0 SOAP 1.1 over HTTP binding decoder for HttpClient HttpResponse.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.
-