Uses of Class
org.oa4mp.server.api.storage.MultiDSClientStoreProvider
-
-
Uses of MultiDSClientStoreProvider in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader
Subclasses of MultiDSClientStoreProvider in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader Modifier and Type Class Description static class
OA2ConfigurationLoader.OA2MultiDSClientStoreProvider
Methods in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader that return MultiDSClientStoreProvider Modifier and Type Method Description protected MultiDSClientStoreProvider
OA2ConfigurationLoader. getCSP()
Methods in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.loader with parameters of type MultiDSClientStoreProvider 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)
-
Uses of MultiDSClientStoreProvider in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.transactions
Constructors in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.transactions with parameters of type MultiDSClientStoreProvider Constructor Description OA2SQLTransactionStoreProvider(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)
-
Uses of MultiDSClientStoreProvider in edu.uiuc.ncsa.myproxy.oa4mp.server.admin.transactions
Fields in edu.uiuc.ncsa.myproxy.oa4mp.server.admin.transactions declared as MultiDSClientStoreProvider Modifier and Type Field Description protected MultiDSClientStoreProvider
DSSQLTransactionStoreProvider. clientStoreProvider
Constructors in edu.uiuc.ncsa.myproxy.oa4mp.server.admin.transactions with parameters of type MultiDSClientStoreProvider Constructor Description DSSQLTransactionStoreProvider(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 OA4MPServiceTransaction> tp, javax.inject.Provider<TokenForge> tfp, edu.uiuc.ncsa.security.storage.data.MapConverter converter)
-
Uses of MultiDSClientStoreProvider in edu.uiuc.ncsa.myproxy.oa4mp.server.servlet
Fields in edu.uiuc.ncsa.myproxy.oa4mp.server.servlet declared as MultiDSClientStoreProvider Modifier and Type Field Description protected MultiDSClientStoreProvider
AbstractConfigurationLoader. csp
Methods in edu.uiuc.ncsa.myproxy.oa4mp.server.servlet that return MultiDSClientStoreProvider Modifier and Type Method Description protected abstract MultiDSClientStoreProvider
AbstractConfigurationLoader. getCSP()
-