Uses of Class
org.oa4mp.server.loader.oauth2.servlet.RFC8628State
-
Packages that use RFC8628State Package Description org.oa4mp.server.loader.oauth2.storage org.oa4mp.server.loader.oauth2.storage.transactions org.oa4mp.server.proxy -
-
Uses of RFC8628State in org.oa4mp.server.loader.oauth2.storage
Methods in org.oa4mp.server.loader.oauth2.storage that return types with arguments of type RFC8628State Modifier and Type Method Description List<RFC8628State>
RFC8628Store. getPending()
-
Uses of RFC8628State in org.oa4mp.server.loader.oauth2.storage.transactions
Methods in org.oa4mp.server.loader.oauth2.storage.transactions that return RFC8628State Modifier and Type Method Description RFC8628State
OA2ServiceTransaction. getRFC8628State()
Methods in org.oa4mp.server.loader.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 org.oa4mp.server.loader.oauth2.storage.transactions with parameters of type RFC8628State Modifier and Type Method Description void
OA2ServiceTransaction. setRFC8628State(RFC8628State rfc8628State)
-
Uses of RFC8628State in org.oa4mp.server.proxy
Methods in org.oa4mp.server.proxy with parameters of type RFC8628State Modifier and Type Method Description protected static String
ProxyUtils. startProxyDeviceFlow(OA2SE oa2SE, OA2ServiceTransaction t, RFC8628State rfc8628State)
Starts device flow with proxy and populates theRFC8628State
with the information from the proxy.
-