See: Description
| Class | Description |
|---|---|
| AbstractMessageChannelSecurity<MessageType> |
Abstract base class for message handlers which populate a
MessageChannelSecurityContext on a BaseContext,
where the latter is located using a lookup strategy. |
| BasicMessageHandlerChain<MessageType> |
A basic implementation of
MessageHandlerChain. |
| CheckExpectedIssuer |
Message handler that checks that a message context has an issuer.
|
| CheckMandatoryAuthentication |
Message handler that checks that a message context is authenticated.
|
| CheckMandatoryIssuer |
Message handler that checks that a message context has an issuer.
|
| HTTPRequestValidationHandler |
A message handler that checks basic HTTP request properties.
|
| MessageHandlerErrorStrategyAdapter<MessageType> |
A
MessageHandler which wraps and invokes another handler, catches any Throwable which is
thrown by the wrapped handler's MessageHandler.invoke(MessageContext), and applies
a list of configured TypedMessageErrorHandler strategies. |
| SchemaValidateXMLMessage<MessageType extends org.opensaml.core.xml.XMLObject> |
A handler that schema validates an XML-based message.
|
| StaticMessageChannelSecurity |
Message handler which populates a
MessageChannelSecurityContext based on static configuration flags. |
| URLEvaluatingMessageChannelSecurity |
Message handler which populates a
MessageChannelSecurityContext based on evaluating a
target URL resolved via a configured strategy function. |
Copyright © 1999–2020 Shibboleth Consortium. All rights reserved.