Uses of Class
org.opensaml.messaging.context.navigate.MessageContextLookup.Direction
-
Packages that use MessageContextLookup.Direction Package Description org.opensaml.messaging.context.navigate A set of functions used to navigate and lookup data from a tree ofBaseContexts. -
-
Uses of MessageContextLookup.Direction in org.opensaml.messaging.context.navigate
Fields in org.opensaml.messaging.context.navigate declared as MessageContextLookup.Direction Modifier and Type Field Description private MessageContextLookup.DirectionMessageContextLookup. dirThe message context to evaluate as the entityContext parent.Methods in org.opensaml.messaging.context.navigate that return MessageContextLookup.Direction Modifier and Type Method Description static MessageContextLookup.DirectionMessageContextLookup.Direction. valueOf(String name)Returns the enum constant of this type with the specified name.static MessageContextLookup.Direction[]MessageContextLookup.Direction. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.opensaml.messaging.context.navigate with parameters of type MessageContextLookup.Direction Constructor Description MessageContextLookup(MessageContextLookup.Direction direction)Constructor.MessageContextLookup(MessageContextLookup.Direction direction, Function<BaseContext,InOutOperationContext> lookup)Constructor.
-