Package | Description |
---|---|
org.opensaml.saml2.binding.decoding |
Classes used to decode SAML 2 messages.
|
org.opensaml.saml2.binding.encoding |
Classes used to encode SAML 2 messages.
|
org.opensaml.ws.message.handler |
Modifier and Type | Method and Description |
---|---|
protected void |
HandlerChainAwareHTTPSOAP11Decoder.invokeHandlerChain(HandlerChain handlerChain,
MessageContext messageContext)
Invoke a handler chain on the specified message context.
|
Modifier and Type | Method and Description |
---|---|
protected void |
HandlerChainAwareHTTPSOAP11Encoder.invokeHandlerChain(HandlerChain handlerChain,
MessageContext messageContext)
Invoke a handler chain on the specified message context.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PhasedHandlerChain
A specialized type of
HandlerChain which supports organizing multiple
handler chains into a set of named handler chains called 'phases', which will be
invoked in a specified order. |
Modifier and Type | Class and Description |
---|---|
class |
BasicHandlerChain
A basic implementation of
HandlerChain . |
class |
BasicPhasedHandlerChain
A basic implementation of
PhasedHandlerChain . |
Modifier and Type | Method and Description |
---|---|
Map<String,HandlerChain> |
PhasedHandlerChain.getPhaseChains()
Modifiable map of phase names to corresponding handler chains.
|
Map<String,HandlerChain> |
BasicPhasedHandlerChain.getPhaseChains()
Modifiable map of phase names to corresponding handler chains.
|
Iterable<HandlerChain> |
StaticHandlerChainResolver.resolve(MessageContext messageContext)
Resolve handler chain instances based on the message context.
|
Iterable<HandlerChain> |
HandlerChainResolver.resolve(MessageContext messageContext)
Resolve handler chain instances based on the message context.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BaseHandlerChainAwareMessageEncoder.invokeHandlerChain(HandlerChain handlerChain,
MessageContext messageContext)
Invoke a handler chain on the specified message context.
|
protected void |
BaseHandlerChainAwareMessageDecoder.invokeHandlerChain(HandlerChain handlerChain,
MessageContext messageContext)
Invoke a handler chain on the specified message context.
|
Constructor and Description |
---|
StaticHandlerChainResolver(HandlerChain newHandlerChain)
Constructor.
|
Constructor and Description |
---|
StaticHandlerChainResolver(List<HandlerChain> newHandlerChains)
Constructor.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.