Uses of Class
org.oa4mp.server.api.OA4MPServiceTransaction
-
Packages that use OA4MPServiceTransaction Package Description edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.transactions edu.uiuc.ncsa.myproxy.oa4mp.server.admin.transactions -
-
Uses of OA4MPServiceTransaction in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.transactions
Subclasses of OA4MPServiceTransaction in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.transactions Modifier and Type Class Description class
OA2ServiceTransaction
Created by Jeff Gaynor
on 2/28/14 at 1:46 PM -
Uses of OA4MPServiceTransaction in edu.uiuc.ncsa.myproxy.oa4mp.server.admin.transactions
Classes in edu.uiuc.ncsa.myproxy.oa4mp.server.admin.transactions with type parameters of type OA4MPServiceTransaction Modifier and Type Class Description class
DSFSTransactionStore<V extends OA4MPServiceTransaction>
Created by Jeff Gaynor
on 11/3/11 at 12:49 PMclass
DSSQLTransactionStore<V extends OA4MPServiceTransaction>
This merely exists since the superclass is abstract.class
DSTransactionProvider<V extends OA4MPServiceTransaction>
Created by Jeff Gaynor
on 4/4/12 at 4:40 PMclass
MultiDSTransactionStoreProvider<V extends OA4MPServiceTransaction>
Created by Jeff Gaynor
on 1/19/12 at 3:54 PMclass
TransactionConverter<V extends OA4MPServiceTransaction>
Created by Jeff Gaynor
on 4/16/12 at 12:16 PMFields in edu.uiuc.ncsa.myproxy.oa4mp.server.admin.transactions with type parameters of type OA4MPServiceTransaction Modifier and Type Field Description protected edu.uiuc.ncsa.security.core.IdentifiableProvider<? extends OA4MPServiceTransaction>
DSFSTransactionStoreProvider. transactionProvider
protected javax.inject.Provider<? extends OA4MPServiceTransaction>
DSSQLTransactionStoreProvider. transactionProvider
Constructor parameters in edu.uiuc.ncsa.myproxy.oa4mp.server.admin.transactions with type arguments of type OA4MPServiceTransaction Constructor Description DSFSTransactionStoreProvider(org.apache.commons.configuration.tree.ConfigurationNode config, edu.uiuc.ncsa.security.core.IdentifiableProvider<? extends OA4MPServiceTransaction> tp, javax.inject.Provider<TokenForge> tfp, TransactionConverter<? extends OA4MPServiceTransaction> tc)
DSFSTransactionStoreProvider(org.apache.commons.configuration.tree.ConfigurationNode config, edu.uiuc.ncsa.security.core.IdentifiableProvider<? extends OA4MPServiceTransaction> tp, javax.inject.Provider<TokenForge> tfp, TransactionConverter<? extends OA4MPServiceTransaction> tc)
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)
-