Uses of Interface
org.oa4mp.server.loader.oauth2.storage.tx.TXStore
-
Packages that use TXStore Package Description edu.uiuc.ncsa.myproxy.oa4mp.oauth2 edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.tx Code relating to the token exchange endpoint (RFC 8693) storage.edu.uiuc.ncsa.myproxy.oauth2.tools -
-
Uses of TXStore in edu.uiuc.ncsa.myproxy.oa4mp.oauth2
Methods in edu.uiuc.ncsa.myproxy.oa4mp.oauth2 that return TXStore Modifier and Type Method Description TXStore
OA2SE. getTxStore()
Methods in edu.uiuc.ncsa.myproxy.oa4mp.oauth2 with parameters of type TXStore Modifier and Type Method Description void
OA2SE. setTxStore(TXStore txStore)
-
Uses of TXStore in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader
Methods in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader that return types with arguments of type TXStore Modifier and Type Method Description protected javax.inject.Provider<TXStore>
OA2ConfigurationLoader. getTXStoreProvider()
protected javax.inject.Provider<TXStore>
OA2ConfigurationLoader. getTXStoreProvider(TXRecordProvider txRecordProvider, TXRecordConverter<? extends TXRecord> txRecordConverter)
-
Uses of TXStore in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage
Constructors in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage with parameters of type TXStore Constructor Description RefreshTokenRetentionPolicy(RefreshTokenStore rts, TXStore txStore, String serviceAddress, boolean safeGC)
-
Uses of TXStore in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.tx
Classes in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.tx with type parameters of type TXStore Modifier and Type Class Description class
TXMultiStoreProvider<T extends TXStore<? extends TXRecord>>
Created by Jeff Gaynor
on 12/17/20 at 10:02 AMClasses in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.tx that implement TXStore Modifier and Type Class Description class
SQLTXRecordStore<V extends TXRecord>
Note that the identifier is simple the JTI of the token and may be either an access or refresh token.class
TXFileStore<V extends TXRecord>
Created by Jeff Gaynor
on 12/14/20 at 9:02 AMclass
TXMemoryStore<V extends TXRecord>
Created by Jeff Gaynor
on 12/14/20 at 10:37 AM -
Uses of TXStore in edu.uiuc.ncsa.myproxy.oauth2.tools
Methods in edu.uiuc.ncsa.myproxy.oauth2.tools that return TXStore Modifier and Type Method Description TXStore
TransactionStoreCommands. getTxStore()
protected TXStore<? extends TXRecord>
TokenStoreCommands. getTXStore()
-