Package org.opensaml.saml2.binding.decoding

Classes used to decode SAML 2 messages.

See:
          Description

Class Summary
HTTPArtifactDecoder SAML 2 Artifact Binding decoder, support both HTTP GET and POST.
HTTPPostDecoder Message decoder implementing the SAML 2.0 HTTP POST profile.
HTTPPostDecoderBuilder Builder of HTTPPostDecoders.
HTTPRedirectDeflateDecoder SAML 2.0 HTTP Redirect decoder using the DEFLATE encoding method.
HTTPRedirectDeflateDecoderBuilder Builder of HTTPRedirectDeflateDecoders.
HTTPSOAP11Decoder SAML 2.0 SOAP 1.1 over HTTP binding decoder.
HTTPSOAP11DecoderBuilder Builder of HTTPSOAP11Decoders.
 

Package org.opensaml.saml2.binding.decoding Description

Classes used to decode SAML 2 messages. A decoder takes a wire protocol, extracts the SAML message from it, and then evaluates that message against a security policy.