Package org.opensaml.saml2.binding.decoding

Classes used to decode SAML 2 messages.

See:
          Description

Class Summary
BaseSAML2MessageDecoder Base class for SAML 2 message decoders.
HTTPArtifactDecoder SAML 2 Artifact Binding decoder, support both HTTP GET and POST.
HTTPPostDecoder Message decoder implementing the SAML 2.0 HTTP POST binding.
HTTPPostSimpleSignDecoder Message decoder implementing the SAML 2.0 HTTP POST-SimpleSign binding.
HTTPRedirectDeflateDecoder SAML 2.0 HTTP Redirect decoder using the DEFLATE encoding method.
HTTPSOAP11Decoder SAML 2.0 SOAP 1.1 over HTTP binding decoder.
 

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.



Copyright © 2006-2011 Internet2. All Rights Reserved.