Uses of Class
org.opensaml.messaging.context.InOutOperationContext
-
Packages that use InOutOperationContext Package Description org.opensaml.messaging.context.navigate A set of functions used to navigate and lookup data from a tree ofBaseContexts.org.opensaml.messaging.pipeline Interfaces and classes for message processing pipelines. -
-
Uses of InOutOperationContext in org.opensaml.messaging.context.navigate
Fields in org.opensaml.messaging.context.navigate with type parameters of type InOutOperationContext Modifier and Type Field Description private Function<BaseContext,InOutOperationContext>MessageContextLookup. opContextLookupThe operation context lookup.Constructor parameters in org.opensaml.messaging.context.navigate with type arguments of type InOutOperationContext Constructor Description MessageContextLookup(MessageContextLookup.Direction direction, Function<BaseContext,InOutOperationContext> lookup)Constructor. -
Uses of InOutOperationContext in org.opensaml.messaging.pipeline
Methods in org.opensaml.messaging.pipeline with parameters of type InOutOperationContext Modifier and Type Method Description StringStaticPipelineNameStrategy. apply(InOutOperationContext input)
-