パッケージ | 説明 |
---|---|
edu.internet2.middleware.shibboleth.idp.profile.saml2 | |
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 |
修飾子とタイプ | メソッドと説明 |
---|---|
protected HandlerChain |
SAML2ECPProfileHandler.buildOutboundHandlerChain()
Build the outbound handler chain.
|
protected HandlerChain |
SAML2ECPProfileHandler.buildPostSecurityInboundHandlerChain()
Build the post-security inbound handler chain.
|
protected HandlerChain |
SAML2ECPProfileHandler.buildPreSecurityInboundHandlerChain()
Build the pre-security inbound handler chain.
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected void |
HandlerChainAwareHTTPSOAP11Decoder.invokeHandlerChain(HandlerChain handlerChain,
MessageContext messageContext)
Invoke a handler chain on the specified message context.
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected void |
HandlerChainAwareHTTPSOAP11Encoder.invokeHandlerChain(HandlerChain handlerChain,
MessageContext messageContext)
Invoke a handler chain on the specified message context.
|
修飾子とタイプ | インタフェースと説明 |
---|---|
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. |
修飾子とタイプ | クラスと説明 |
---|---|
class |
BasicHandlerChain
A basic implementation of
HandlerChain . |
class |
BasicPhasedHandlerChain
A basic implementation of
PhasedHandlerChain . |
修飾子とタイプ | メソッドと説明 |
---|---|
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> |
HandlerChainResolver.resolve(MessageContext messageContext)
Resolve handler chain instances based on the message context.
|
Iterable<HandlerChain> |
StaticHandlerChainResolver.resolve(MessageContext messageContext)
Resolve handler chain instances based on the message context.
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected void |
BaseHandlerChainAwareMessageDecoder.invokeHandlerChain(HandlerChain handlerChain,
MessageContext messageContext)
Invoke a handler chain on the specified message context.
|
protected void |
BaseHandlerChainAwareMessageEncoder.invokeHandlerChain(HandlerChain handlerChain,
MessageContext messageContext)
Invoke a handler chain on the specified message context.
|
コンストラクタと説明 |
---|
StaticHandlerChainResolver(HandlerChain newHandlerChain)
Constructor.
|
コンストラクタと説明 |
---|
StaticHandlerChainResolver(List<HandlerChain> newHandlerChains)
Constructor.
|
Copyright © 2012. All Rights Reserved.