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.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.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractMessageDecoder.decode()
Decode message data from the source and store it so that it may be retrieved via
MessageDecoder.getMessageContext() . |
void |
MessageDecoder.decode()
Decode message data from the source and store it so that it may be retrieved via
MessageDecoder.getMessageContext() . |
protected abstract void |
AbstractMessageDecoder.doDecode()
Performs the decoding logic.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseHttpServletRequestXMLMessageDecoder.decode()
Decode message data from the source and store it so that it may be retrieved via
MessageDecoder.getMessageContext() . |
void |
AbstractHttpServletRequestMessageDecoder.decode()
Decode message data from the source and store it so that it may be retrieved via
MessageDecoder.getMessageContext() . |
protected XMLObject |
BaseHttpServletRequestXMLMessageDecoder.unmarshallMessage(InputStream messageStream)
Helper method that deserializes and unmarshalls the message from the given stream.
|
Modifier and Type | Method and Description |
---|---|
protected void |
HTTPArtifactDecoder.decodeTarget(MessageContext messageContext,
javax.servlet.http.HttpServletRequest request)
Decodes the TARGET parameter and adds it to the message context.
|
protected void |
HTTPSOAP11Decoder.doDecode()
Performs the decoding logic.
|
protected void |
HTTPPostDecoder.doDecode()
Performs the decoding logic.
|
protected void |
HTTPArtifactDecoder.doDecode()
Performs the decoding logic.
|
protected void |
HTTPArtifactDecoder.processArtifacts(MessageContext messageContext,
javax.servlet.http.HttpServletRequest request)
Process the incoming artifacts by decoding the artifacts, dereferencing them from the artifact source and
storing the resulting response (with assertions) in the message context.
|
Modifier and Type | Method and Description |
---|---|
protected InputStream |
HTTPRedirectDeflateDecoder.decodeMessage(String message)
Base64 decodes the SAML message and then decompresses the message.
|
protected void |
HTTPSOAP11Decoder.doDecode()
Performs the decoding logic.
|
protected void |
HTTPPostDecoder.doDecode()
Performs the decoding logic.
|
protected void |
HTTPRedirectDeflateDecoder.doDecode()
Performs the decoding logic.
|
protected void |
HTTPArtifactDecoder.doDecode()
Performs the decoding logic.
|
protected InputStream |
HTTPPostDecoder.getBase64DecodedMessage(javax.servlet.http.HttpServletRequest request)
Gets the Base64 encoded message from the request and decodes it.
|
protected void |
HTTPArtifactDecoder.processArtifact(MessageContext messageContext,
javax.servlet.http.HttpServletRequest request)
Process the incoming artifact by decoding the artifacts, dereferencing it from the artifact issuer and
storing the resulting protocol message in the message context.
|
Modifier and Type | Method and Description |
---|---|
protected void |
HTTPSOAP11Decoder.doDecode()
Performs the decoding logic.
|
Copyright © 2018. All rights reserved.