| Package | Description |
|---|---|
| org.opensaml.messaging.decoder |
Interfaces and classes for decoding messages.
|
| org.opensaml.messaging.decoder.servlet |
Interfaces and classes for decoding messages that come from an
HttpServletRequest. |
| org.opensaml.profile.action.impl |
Implementations of general profile actions.
|
| org.opensaml.saml.common.binding.decoding |
Classes used to decode SAML messages.
|
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMessageDecoder<MessageType>
Abstract message decoder.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
HttpServletRequestMessageDecoder<MessageType>
A specialization of
MessageDecoder that operates on a source message data type of HttpServletRequest. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractHttpServletRequestMessageDecoder<MessageType>
Abstract implementation of
HttpServletRequestMessageDecoder. |
class |
BaseHttpServletRequestXMLMessageDecoder<MessageType extends XMLObject>
Base class for message decoders which decode XML messages from an
HttpServletRequest. |
| Modifier and Type | Field and Description |
|---|---|
private MessageDecoder |
DecodeMessage.decoder
The
MessageDecoder instance used to decode the incoming message. |
| Constructor and Description |
|---|
DecodeMessage(MessageDecoder messageDecoder)
Constructor.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SAMLMessageDecoder
SAML extension to the generic message decoders.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HTTPArtifactDecoder
SAML 2 Artifact Binding decoder, support both HTTP GET and POST.
|
class |
HTTPPostDecoder
Message decoder implementing the SAML 2.0 HTTP POST binding.
|
class |
HTTPPostSimpleSignDecoder
Message decoder implementing the SAML 2.0 HTTP POST-SimpleSign binding.
|
class |
HTTPRedirectDeflateDecoder
SAML 2.0 HTTP Redirect decoder using the DEFLATE encoding method.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HTTPSOAP11Decoder<MessageType extends XMLObject>
Basic SOAP 1.1 decoder for HTTP transport.
|