See: Description
Class | Description |
---|---|
BasicMessageHandlerChain<MessageType> |
A basic implementation of
MessageHandlerChain . |
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.
|
Copyright © 1999–2015. All rights reserved.