Uses of Class
net.shibboleth.idp.profile.impl.WebFlowMessageHandlerAdaptor.Direction
-
Packages that use WebFlowMessageHandlerAdaptor.Direction Package Description net.shibboleth.idp.profile.impl Implementations of various profile actions. -
-
Uses of WebFlowMessageHandlerAdaptor.Direction in net.shibboleth.idp.profile.impl
Fields in net.shibboleth.idp.profile.impl declared as WebFlowMessageHandlerAdaptor.Direction Modifier and Type Field Description private WebFlowMessageHandlerAdaptor.DirectionWebFlowMessageHandlerAdaptor. directionThe direction of execution for this action instance.Methods in net.shibboleth.idp.profile.impl that return WebFlowMessageHandlerAdaptor.Direction Modifier and Type Method Description static WebFlowMessageHandlerAdaptor.DirectionWebFlowMessageHandlerAdaptor.Direction. valueOf(String name)Returns the enum constant of this type with the specified name.static WebFlowMessageHandlerAdaptor.Direction[]WebFlowMessageHandlerAdaptor.Direction. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.shibboleth.idp.profile.impl with parameters of type WebFlowMessageHandlerAdaptor.Direction Constructor Description WebFlowMessageHandlerAdaptor(Function<ProfileRequestContext,MessageHandler> lookupStrategy, WebFlowMessageHandlerAdaptor.Direction executionDirection)Constructor.WebFlowMessageHandlerAdaptor(WebFlowMessageHandlerAdaptor.Direction executionDirection)Constructor.WebFlowMessageHandlerAdaptor(MessageHandler messageHandler, WebFlowMessageHandlerAdaptor.Direction executionDirection)Constructor.
-