Package org.opensaml.messaging.handler.impl
package org.opensaml.messaging.handler.impl
Implementations of message context handlers.
-
ClassesClassDescriptionAbstract base class for message handlers which populate a
MessageChannelSecurityContext
on 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).A message handler that checks basic HTTP request properties.AMessageHandler
which wraps and invokes another handler, catches anyThrowable
which is thrown by the wrapped handler'sMessageHandler.invoke(MessageContext)
, and applies a list of configuredTypedMessageErrorHandler
strategies.A handler that schema validates an XML-based message.Message handler which populates aMessageChannelSecurityContext
based on static configuration flags.Message handler which populates aMessageChannelSecurityContext
based on evaluating a target URL resolved via a configured strategy function.