Package org.opensaml.messaging.context
Interfaces and classes for tracking message processing state.
-
Class Summary Class Description BaseContext Base implementation of a component which represents the context used to store state used for purposes related to messaging.InOutOperationContext An operation context which represents concretely a message exchange pattern involving an inbound message and an outbound message.MessageChannelSecurityContext A subcontext which carries information about whether the message channel in use is considered to have the active properties of confidentiality and integrity.MessageContext A context component which holds the state related to the processing of a single message.ScratchContext A context subclass for holding arbitrary data in a map.