Uses of Class
org.opensaml.messaging.context.MessageContext
Packages that use MessageContext
Package
Description
Interfaces and classes for tracking message processing state.
A set of functions used to navigate and lookup data
from a tree of
BaseContexts.Interfaces and classes for decoding messages.
Interfaces and classes for encoding messages.
Interfaces and classes for message-related error handling.
Interfaces and classes for message context handlers.
Interfaces and classes for messaging logic.
-
Uses of MessageContext in org.opensaml.messaging.context
Fields in org.opensaml.messaging.context declared as MessageContextModifier and TypeFieldDescriptionprivate MessageContextInOutOperationContext.inboundContextThe inbound message context.private MessageContextInOutOperationContext.outboundContextThe outbound message context.Methods in org.opensaml.messaging.context that return MessageContextModifier and TypeMethodDescriptionInOutOperationContext.ensureInboundMessageContext()Gets the inbound message context, creating an empty one if it does not already exist.InOutOperationContext.ensureOutboundMessageContext()Gets the outbound message context, creating an empty one if it does not already exist.InOutOperationContext.getInboundMessageContext()The inbound message context instance.InOutOperationContext.getOutboundMessageContext()The outbound message context instance.Methods in org.opensaml.messaging.context with parameters of type MessageContextModifier and TypeMethodDescriptionvoidInOutOperationContext.setInboundMessageContext(MessageContext context) Sets the inbound message context.voidInOutOperationContext.setOutboundMessageContext(MessageContext context) Sets the outbound message context.Constructors in org.opensaml.messaging.context with parameters of type MessageContextModifierConstructorDescriptionInOutOperationContext(MessageContext inbound, MessageContext outbound) Constructor. -
Uses of MessageContext in org.opensaml.messaging.decoder
Fields in org.opensaml.messaging.decoder declared as MessageContextModifier and TypeFieldDescriptionprivate MessageContextAbstractMessageDecoder.messageContextMessage context.Methods in org.opensaml.messaging.decoder that return MessageContextModifier and TypeMethodDescriptionAbstractMessageDecoder.getMessageContext()Get the decoded message context.MessageDecoder.getMessageContext()Get the decoded message context.Methods in org.opensaml.messaging.decoder with parameters of type MessageContextModifier and TypeMethodDescriptionprotected voidAbstractMessageDecoder.setMessageContext(MessageContext context) Set the message context. -
Uses of MessageContext in org.opensaml.messaging.encoder
Fields in org.opensaml.messaging.encoder declared as MessageContextModifier and TypeFieldDescriptionprivate MessageContextAbstractMessageEncoder.messageContextThe message context.Methods in org.opensaml.messaging.encoder that return MessageContextModifier and TypeMethodDescriptionprotected MessageContextAbstractMessageEncoder.getMessageContext()Get the message context.Methods in org.opensaml.messaging.encoder with parameters of type MessageContextModifier and TypeMethodDescriptionvoidAbstractMessageEncoder.setMessageContext(MessageContext context) Set theMessageContextwhich is to be encoded.voidMessageEncoder.setMessageContext(MessageContext messageContext) Set theMessageContextwhich is to be encoded. -
Uses of MessageContext in org.opensaml.messaging.error
Methods in org.opensaml.messaging.error with parameters of type MessageContextModifier and TypeMethodDescriptionbooleanMessageErrorHandler.handleError(Throwable t, MessageContext messageContext) Handle a particular thrown error. -
Uses of MessageContext in org.opensaml.messaging.handler
Fields in org.opensaml.messaging.handler with type parameters of type MessageContextModifier and TypeFieldDescriptionprivate Predicate<MessageContext>AbstractMessageHandler.activationConditionCondition dictating whether to run or not.Methods in org.opensaml.messaging.handler that return types with arguments of type MessageContextModifier and TypeMethodDescriptionAbstractMessageHandler.getActivationCondition()Get activation condition indicating whether the handler should be invoked.Methods in org.opensaml.messaging.handler with parameters of type MessageContextModifier and TypeMethodDescriptionprotected abstract voidAbstractMessageHandler.doInvoke(MessageContext messageContext) Performs the handler logic.protected voidAbstractMessageHandler.doPostInvoke(MessageContext messageContext) Called after execution, handlers may override this method to perform post-processing for a request.protected voidAbstractMessageHandler.doPostInvoke(MessageContext messageContext, Exception e) Called after execution, handlers may override this method to perform post-processing for a request.protected booleanAbstractMessageHandler.doPreInvoke(MessageContext messageContext) Called prior to execution, handlers may override this method to perform pre-processing for a request.voidAbstractMessageHandler.invoke(MessageContext messageContext) Invoke the handler on the specified message context.voidMessageHandler.invoke(MessageContext messageContext) Invoke the handler on the specified message context.Method parameters in org.opensaml.messaging.handler with type arguments of type MessageContextModifier and TypeMethodDescriptionvoidAbstractMessageHandler.setActivationCondition(Predicate<MessageContext> condition) Set activation condition indicating whether the handler should be invoked. -
Uses of MessageContext in org.opensaml.messaging.logic
Methods in org.opensaml.messaging.logic with parameters of type MessageContextModifier and TypeMethodDescriptionbooleanNoConfidentialityMessageChannelPredicate.test(MessageContext input) booleanNoIntegrityMessageChannelPredicate.test(MessageContext input)