Uses of Class
org.oa4mp.server.loader.oauth2.flows.FlowStates2
-
-
Uses of FlowStates2 in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.functor
Methods in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.functor with parameters of type FlowStates2 Modifier and Type Method Description static void
FunctorRuntimeEngine. updateFSValues(FlowStates2 f, edu.uiuc.ncsa.security.util.functor.logic.FunctorMap functorMap)
The contract for this method is that the values of this object (default is all true) will be updated based on the functor map. -
Uses of FlowStates2 in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.state
Methods in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.state that return FlowStates2 Modifier and Type Method Description FlowStates2
TransactionState. getFlowStates()
Methods in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.state with parameters of type FlowStates2 Modifier and Type Method Description void
TransactionState. setFlowStates(FlowStates2 flowStates)
-
Uses of FlowStates2 in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.transactions
Methods in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.transactions that return FlowStates2 Modifier and Type Method Description FlowStates2
OA2ServiceTransaction. getFlowStates()
-
Uses of FlowStates2 in edu.uiuc.ncsa.myproxy.oa4mp.qdl.scripting
Methods in edu.uiuc.ncsa.myproxy.oa4mp.qdl.scripting that return FlowStates2 Modifier and Type Method Description FlowStates2
QDLRuntimeEngine. toFS(edu.uiuc.ncsa.qdl.variables.QDLStem stem)
Methods in edu.uiuc.ncsa.myproxy.oa4mp.qdl.scripting with parameters of type FlowStates2 Modifier and Type Method Description edu.uiuc.ncsa.qdl.variables.QDLStem
QDLRuntimeEngine. toStem(FlowStates2 flowStates)
-