Uses of Class
org.oa4mp.server.loader.oauth2.storage.transactions.OA2SQLTransactionStoreProvider
-
Packages that use OA2SQLTransactionStoreProvider Package Description edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader -
-
Uses of OA2SQLTransactionStoreProvider in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader
Methods in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader that return OA2SQLTransactionStoreProvider Modifier and Type Method Description protected OA2SQLTransactionStoreProvider
OA2ConfigurationLoader. createSQLTSP(org.apache.commons.configuration.tree.ConfigurationNode config, edu.uiuc.ncsa.security.storage.sql.ConnectionPoolProvider<? extends edu.uiuc.ncsa.security.storage.sql.ConnectionPool> cpp, String type, MultiDSClientStoreProvider clientStoreProvider, javax.inject.Provider<? extends OA2ServiceTransaction> tp, javax.inject.Provider<TokenForge> tfp, edu.uiuc.ncsa.security.storage.data.MapConverter converter)
-