Uses of Enum Class
net.shibboleth.idp.profile.impl.WebFlowMessageHandlerAdaptor.Direction
Packages that use WebFlowMessageHandlerAdaptor.Direction
-
Uses of WebFlowMessageHandlerAdaptor.Direction in net.shibboleth.idp.profile.impl
Fields in net.shibboleth.idp.profile.impl declared as WebFlowMessageHandlerAdaptor.DirectionModifier and TypeFieldDescriptionprivate final WebFlowMessageHandlerAdaptor.DirectionWebFlowMessageHandlerAdaptor.directionThe direction of execution for this action instance.Methods in net.shibboleth.idp.profile.impl that return WebFlowMessageHandlerAdaptor.DirectionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.WebFlowMessageHandlerAdaptor.Direction.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.shibboleth.idp.profile.impl with parameters of type WebFlowMessageHandlerAdaptor.DirectionModifierConstructorDescriptionWebFlowMessageHandlerAdaptor(Function<ProfileRequestContext, MessageHandler> lookupStrategy, WebFlowMessageHandlerAdaptor.Direction executionDirection) Constructor.privateWebFlowMessageHandlerAdaptor(WebFlowMessageHandlerAdaptor.Direction executionDirection) Constructor.WebFlowMessageHandlerAdaptor(MessageHandler messageHandler, WebFlowMessageHandlerAdaptor.Direction executionDirection) Constructor.