Uses of Class
org.oa4mp.delegation.server.jwt.FlowStates
-
Packages that use FlowStates Package Description edu.uiuc.ncsa.oa4mp.delegation.oa2.jwt edu.uiuc.ncsa.oa4mp.delegation.oa2.server -
-
Uses of FlowStates in edu.uiuc.ncsa.oa4mp.delegation.oa2.jwt
Methods in edu.uiuc.ncsa.oa4mp.delegation.oa2.jwt with parameters of type FlowStates Modifier and Type Method Description protected void
JWTRunner. getFromSources(FlowStates flowStates, String execPhase, boolean checkAuthClaims)
Deprecated.This should go away at some point since it has to loop over handler and basically ignores how the system works. -
Uses of FlowStates in edu.uiuc.ncsa.oa4mp.delegation.oa2.server
Methods in edu.uiuc.ncsa.oa4mp.delegation.oa2.server that return FlowStates Modifier and Type Method Description FlowStates
OIDCServiceTransactionInterface. getFlowStates()
Methods in edu.uiuc.ncsa.oa4mp.delegation.oa2.server with parameters of type FlowStates Modifier and Type Method Description void
OIDCServiceTransactionInterface. setFlowStates(FlowStates flowStates)
-