Package org.opensaml.messaging.handler.impl
@NonnullElements
package org.opensaml.messaging.handler.impl
Implementations of message context handlers.
-
ClassesClassDescriptionAbstract base class for message handlers which populate a
MessageChannelSecurityContexton aBaseContext, where the latter is located using a lookup strategy.A basic implementation ofMessageHandlerChain.Message handler that checks that a message context has an issuer.Message handler that checks that a message context is authenticated.Message handler that checks that a message context has an issuer.Message handler that runs an injected function (expected to have side effects).AMessageHandlerwhich wraps and invokes another handler, catches anyThrowablewhich is thrown by the wrapped handler'sMessageHandler.invoke(MessageContext), and applies a list of configuredTypedMessageErrorHandlerstrategies.A handler that schema validates an XML-based message.Message handler which populates aMessageChannelSecurityContextbased on static configuration flags.Message handler which populates aMessageChannelSecurityContextbased on evaluating a target URL resolved via a configured strategy function.