|
||||||||||
| 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.HTTPSOAP11Decoder
org.opensaml.saml2.binding.decoding.HandlerChainAwareHTTPSOAP11Decoder
public class HandlerChainAwareHTTPSOAP11Decoder
SAML 2.0 SOAP 1.1 over HTTP binding decoder with support for handler chains.
| Field Summary | |
|---|---|
private org.slf4j.Logger |
log
Class logger. |
| Constructor Summary | |
|---|---|
HandlerChainAwareHTTPSOAP11Decoder()
Constructor. |
|
HandlerChainAwareHTTPSOAP11Decoder(ParserPool pool)
Constructor. |
|
| Method Summary | |
|---|---|
void |
decode(MessageContext messageContext)
|
protected void |
invokeHandlerChain(HandlerChain handlerChain,
MessageContext messageContext)
Invoke a handler chain on the specified message context. |
protected void |
processPostSecurityInboundHandlerChain(MessageContext messageContext)
Process the post-SecurityPolicy inbound HandlerChain for the message context, if any. |
protected void |
processPreSecurityInboundHandlerChain(MessageContext messageContext)
Process the pre-SecurityPolicy inbound HandlerChain for the message context, if any. |
| Methods inherited from class org.opensaml.saml2.binding.decoding.HTTPSOAP11Decoder |
|---|
checkUnderstoodSOAPHeaders, doDecode, getBindingURI, getUnderstoodHeaders, isIntendedDestinationEndpointURIRequired, setUnderstoodHeaders |
| Methods inherited from class org.opensaml.saml2.binding.decoding.BaseSAML2MessageDecoder |
|---|
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 |
| Field Detail |
|---|
private final org.slf4j.Logger log
| Constructor Detail |
|---|
public HandlerChainAwareHTTPSOAP11Decoder()
public HandlerChainAwareHTTPSOAP11Decoder(ParserPool pool)
pool - parser pool to use| Method Detail |
|---|
public void decode(MessageContext messageContext)
throws MessageDecodingException,
SecurityException
decode in interface MessageDecoderdecode in class BaseSAML2MessageDecoderMessageDecodingException
SecurityException
protected void processPreSecurityInboundHandlerChain(MessageContext messageContext)
throws MessageDecodingException
HandlerChain for the message context, if any.
messageContext - the message context to process
MessageDecodingException - thrown if a handler indicates a problem handling the message
protected void processPostSecurityInboundHandlerChain(MessageContext messageContext)
throws MessageDecodingException
HandlerChain for the message context, if any.
messageContext - the message context to process
MessageDecodingException - thrown if a handler indicates a problem handling the message
protected void invokeHandlerChain(HandlerChain handlerChain,
MessageContext messageContext)
throws HandlerException
handlerChain - the handle chain to invokemessageContext - the message context to process
HandlerException - if handler chain encountered a problem handling the message context
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||