|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensaml.ws.message.decoder.BaseMessageDecoder
org.opensaml.common.binding.decoding.BaseSAMLMessageDecoder
org.opensaml.saml2.binding.decoding.BaseSAML2MessageDecoder
org.opensaml.saml2.binding.decoding.HTTPPostDecoder
public class HTTPPostDecoder
Message decoder implementing the SAML 2.0 HTTP POST binding.
| Constructor Summary | |
|---|---|
HTTPPostDecoder()
Constructor. |
|
HTTPPostDecoder(org.opensaml.xml.parse.ParserPool pool)
Constructor. |
|
| Method Summary | |
|---|---|
protected void |
doDecode(org.opensaml.ws.message.MessageContext messageContext)
|
protected java.io.InputStream |
getBase64DecodedMessage(org.opensaml.ws.transport.http.HTTPInTransport transport)
Gets the Base64 encoded message from the request and decodes it. |
java.lang.String |
getBindingURI()
Gets the SAML binding URI supported by this decoder. |
protected boolean |
isIntendedDestinationEndpointURIRequired(SAMLMessageContext samlMsgCtx)
Determine whether the binding implemented by the decoder requires the presence within the message of information indicating the intended message destination endpoint URI. |
| Methods inherited from class org.opensaml.saml2.binding.decoding.BaseSAML2MessageDecoder |
|---|
decode, extractEntityId, extractRequestInfo, extractResponseInfo, getIntendedDestinationEndpointURI, populateMessageContext, populateMessageIdIssueInstantIssuer, populateRelyingPartyMetadata |
| Methods inherited from class org.opensaml.common.binding.decoding.BaseSAMLMessageDecoder |
|---|
checkEndpointURI, compareEndpointURIs, getActualReceiverEndpointURI, getURIComparator, isMessageSigned, setURIComparator |
| Methods inherited from class org.opensaml.ws.message.decoder.BaseMessageDecoder |
|---|
getParserPool, logDecodedMessage, processSecurityPolicy, setParserPool, unmarshallMessage |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HTTPPostDecoder()
public HTTPPostDecoder(org.opensaml.xml.parse.ParserPool pool)
pool - parser pool used to deserialize messages| Method Detail |
|---|
public java.lang.String getBindingURI()
protected boolean isIntendedDestinationEndpointURIRequired(SAMLMessageContext samlMsgCtx)
isIntendedDestinationEndpointURIRequired in class BaseSAMLMessageDecodersamlMsgCtx - current SAML message context
protected void doDecode(org.opensaml.ws.message.MessageContext messageContext)
throws org.opensaml.ws.message.decoder.MessageDecodingException
doDecode in class org.opensaml.ws.message.decoder.BaseMessageDecoderorg.opensaml.ws.message.decoder.MessageDecodingException
protected java.io.InputStream getBase64DecodedMessage(org.opensaml.ws.transport.http.HTTPInTransport transport)
throws org.opensaml.ws.message.decoder.MessageDecodingException
transport - inbound message transport
org.opensaml.ws.message.decoder.MessageDecodingException - thrown if the message does not contain a base64 encoded SAML message
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||