Uses of Class
org.opensaml.messaging.context.MessageContext
-
Packages that use MessageContext Package Description org.opensaml.messaging.context Interfaces and classes for tracking message processing state.org.opensaml.messaging.context.navigate A set of functions used to navigate and lookup data from a tree ofBaseContexts.org.opensaml.messaging.decoder Interfaces and classes for decoding messages.org.opensaml.messaging.encoder Interfaces and classes for encoding messages.org.opensaml.messaging.error Interfaces and classes for message-related error handling.org.opensaml.messaging.handler Interfaces and classes for message context handlers.org.opensaml.messaging.logic Interfaces and classes for messaging logic. -
-
Uses of MessageContext in org.opensaml.messaging.context
Fields in org.opensaml.messaging.context declared as MessageContext Modifier and Type Field Description private MessageContextInOutOperationContext. inboundContextThe inbound message context.private MessageContextInOutOperationContext. outboundContextThe outbound message context.Methods in org.opensaml.messaging.context that return MessageContext Modifier and Type Method Description MessageContextInOutOperationContext. getInboundMessageContext()The inbound message context instance.MessageContextInOutOperationContext. getOutboundMessageContext()The outbound message context instance.Methods in org.opensaml.messaging.context with parameters of type MessageContext Modifier and Type Method Description voidInOutOperationContext. 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 MessageContext Constructor Description InOutOperationContext(MessageContext inbound, MessageContext outbound)Constructor. -
Uses of MessageContext in org.opensaml.messaging.context.navigate
Methods in org.opensaml.messaging.context.navigate that return MessageContext Modifier and Type Method Description MessageContextMessageContextLookup. apply(BaseContext baseContext)Methods in org.opensaml.messaging.context.navigate with parameters of type MessageContext Modifier and Type Method Description TMessageLookup. apply(MessageContext input) -
Uses of MessageContext in org.opensaml.messaging.decoder
Fields in org.opensaml.messaging.decoder declared as MessageContext Modifier and Type Field Description private MessageContextAbstractMessageDecoder. messageContextMessage context.Methods in org.opensaml.messaging.decoder that return MessageContext Modifier and Type Method Description MessageContextAbstractMessageDecoder. getMessageContext()Get the decoded message context.MessageContextMessageDecoder. getMessageContext()Get the decoded message context.Methods in org.opensaml.messaging.decoder with parameters of type MessageContext Modifier and Type Method Description protected voidAbstractMessageDecoder. setMessageContext(MessageContext context)Set the message context. -
Uses of MessageContext in org.opensaml.messaging.encoder
Fields in org.opensaml.messaging.encoder declared as MessageContext Modifier and Type Field Description private MessageContextAbstractMessageEncoder. messageContextThe message context.Methods in org.opensaml.messaging.encoder that return MessageContext Modifier and Type Method Description protected MessageContextAbstractMessageEncoder. getMessageContext()Get the message context.Methods in org.opensaml.messaging.encoder with parameters of type MessageContext Modifier and Type Method Description voidAbstractMessageEncoder. 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 MessageContext Modifier and Type Method Description booleanMessageErrorHandler. 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 MessageContext Modifier and Type Field Description private Predicate<MessageContext>AbstractMessageHandler. activationConditionCondition dictating whether to run or not.Methods in org.opensaml.messaging.handler that return types with arguments of type MessageContext Modifier and Type Method Description Predicate<MessageContext>AbstractMessageHandler. getActivationCondition()Get activation condition indicating whether the handler should be invoked.Methods in org.opensaml.messaging.handler with parameters of type MessageContext Modifier and Type Method Description protected 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 MessageContext Modifier and Type Method Description voidAbstractMessageHandler. 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 MessageContext Modifier and Type Method Description booleanNoConfidentialityMessageChannelPredicate. test(MessageContext input)booleanNoIntegrityMessageChannelPredicate. test(MessageContext input)
-