Uses of Class
org.oa4mp.server.loader.oauth2.servlet.RFC8628State
-
Packages that use RFC8628State Package Description edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.transactions edu.uiuc.ncsa.oa2.servlet -
-
Uses of RFC8628State in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage
Methods in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage that return types with arguments of type RFC8628State Modifier and Type Method Description List<RFC8628State>
RFC8628Store. getPending()
-
Uses of RFC8628State in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.transactions
Methods in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.transactions that return RFC8628State Modifier and Type Method Description RFC8628State
OA2ServiceTransaction. getRFC8628State()
Methods in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.transactions that return types with arguments of type RFC8628State Modifier and Type Method Description List<RFC8628State>
OA2FSTStore. getPending()
List<RFC8628State>
OA2MTStore. getPending()
List<RFC8628State>
OA2SQLTStore. getPending()
Since this is potentially a very intensive operation run only once at startup this has been tweaked to exactly let the database grab the minimum and process it here.List<RFC8628State>
OA2TStoreInterface. getPending()
Methods in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.transactions with parameters of type RFC8628State Modifier and Type Method Description void
OA2ServiceTransaction. setRFC8628State(RFC8628State rfc8628State)
-
Uses of RFC8628State in edu.uiuc.ncsa.oa2.servlet
Methods in edu.uiuc.ncsa.oa2.servlet with parameters of type RFC8628State Modifier and Type Method Description protected static String
ProxyUtils. getProxyUserCode(OA2SE oa2SE, OA2ServiceTransaction t, RFC8628State rfc8628State)
Sets up device flow with proxy and populates theRFC8628State
with the information from the proxy.
-