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 -
-
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 RFC8628StateOA2ServiceTransaction. 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 voidOA2ServiceTransaction. setRFC8628State(RFC8628State rfc8628State)
-