Uses of Interface
org.oa4mp.server.loader.oauth2.storage.RefreshTokenStore
-
Packages that use RefreshTokenStore Package Description edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.transactions -
-
Uses of RefreshTokenStore in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage
Constructors in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage with parameters of type RefreshTokenStore Constructor Description RefreshTokenRetentionPolicy(RefreshTokenStore rts, TXStore txStore, String serviceAddress, boolean safeGC)
-
Uses of RefreshTokenStore in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.transactions
Subinterfaces of RefreshTokenStore in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.transactions Modifier and Type Interface Description interface
OA2TStoreInterface<V extends OA2ServiceTransaction>
Created by Jeff Gaynor
on 3/16/22 at 6:58 AMClasses in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.transactions that implement RefreshTokenStore Modifier and Type Class Description class
OA2FSTStore<V extends OA2ServiceTransaction>
Created by Jeff Gaynor
on 3/12/14 at 1:21 PMclass
OA2MTStore<V extends OA2ServiceTransaction>
Created by Jeff Gaynor
on 3/25/14 at 12:51 PMclass
OA2SQLTStore<V extends OA2ServiceTransaction>
Created by Jeff Gaynor
on 3/25/14 at 10:30 AM
-