Uses of Class
org.oa4mp.server.loader.oauth2.flows.FlowType
-
Packages that use FlowType Package Description org.oa4mp.server.loader.oauth2.flows org.oa4mp.server.loader.qdl.scripting -
-
Uses of FlowType in org.oa4mp.server.loader.oauth2.flows
Methods in org.oa4mp.server.loader.oauth2.flows that return FlowType Modifier and Type Method Description static FlowTypeFlowType. valueOf(String name)Returns the enum constant of this type with the specified name.static FlowType[]FlowType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FlowType in org.oa4mp.server.loader.qdl.scripting
Methods in org.oa4mp.server.loader.qdl.scripting with parameters of type FlowType Modifier and Type Method Description protected StringQDLRuntimeEngine. getGTName(FlowType type)
-