|
||||||||||
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.saml1.binding.decoding.BaseSAML1MessageDecoder
org.opensaml.saml1.binding.decoding.HTTPPostDecoder
public class HTTPPostDecoder
SAML 1.X HTTP POST message decoder.
Constructor Summary | |
---|---|
HTTPPostDecoder()
Constructor. |
|
HTTPPostDecoder(org.opensaml.xml.parse.ParserPool pool)
Constructor. |
|
HTTPPostDecoder(SAMLArtifactMap map)
Deprecated. |
|
HTTPPostDecoder(SAMLArtifactMap map,
org.opensaml.xml.parse.ParserPool pool)
Deprecated. |
Method Summary | |
---|---|
protected void |
doDecode(org.opensaml.ws.message.MessageContext messageContext)
|
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.saml1.binding.decoding.BaseSAML1MessageDecoder |
---|
decode, extractAssertionArtifactInfo, extractAttributeQueryInfo, extractAuthorizationDecisionQueryInfo, extractRequestInfo, extractResponseInfo, getArtifactMap, getIntendedDestinationEndpointURI, getUseQueryResourceAsEntityId, populateMessageContext, populateMessageIdIssueInstantIssuer, populateRelyingPartyMetadata, setUseQueryResourceAsEntityId |
Methods inherited from class org.opensaml.common.binding.decoding.BaseSAMLMessageDecoder |
---|
checkEndpointURI, compareEndpointURIs, getActualReceiverEndpointURI, isMessageSigned |
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 messagespublic HTTPPostDecoder(SAMLArtifactMap map)
map
- Artifact to SAML mappublic HTTPPostDecoder(SAMLArtifactMap map, org.opensaml.xml.parse.ParserPool pool)
map
- used to map artifacts to SAMLpool
- parser pool used to deserialize messagesMethod Detail |
---|
public java.lang.String getBindingURI()
protected void doDecode(org.opensaml.ws.message.MessageContext messageContext) throws org.opensaml.ws.message.decoder.MessageDecodingException
doDecode
in class org.opensaml.ws.message.decoder.BaseMessageDecoder
org.opensaml.ws.message.decoder.MessageDecodingException
protected boolean isIntendedDestinationEndpointURIRequired(SAMLMessageContext samlMsgCtx)
isIntendedDestinationEndpointURIRequired
in class BaseSAMLMessageDecoder
samlMsgCtx
- current SAML message context
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |