Uses of Class
org.oa4mp.server.api.transactions.admin.TransactionConverter
-
Packages that use TransactionConverter Package Description edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.transactions edu.uiuc.ncsa.myproxy.oa4mp.server.admin.transactions -
-
Uses of TransactionConverter in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.transactions
Subclasses of TransactionConverter in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.transactions Modifier and Type Class Description class
OA2TConverter<V extends OA2ServiceTransaction>
Created by Jeff Gaynor
on 3/12/14 at 1:35 PMConstructors in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.transactions with parameters of type TransactionConverter Constructor Description OA2FSTStoreProvider(org.apache.commons.configuration.tree.ConfigurationNode config, edu.uiuc.ncsa.security.core.IdentifiableProvider<? extends OA2ServiceTransaction> tp, javax.inject.Provider<TokenForge> tfp, TransactionConverter<? extends OA2ServiceTransaction> tc)
-
Uses of TransactionConverter in edu.uiuc.ncsa.myproxy.oa4mp.server.admin.transactions
Fields in edu.uiuc.ncsa.myproxy.oa4mp.server.admin.transactions declared as TransactionConverter Modifier and Type Field Description protected static TransactionConverter<? extends ServiceTransaction>
TransactionStoreProviders. converter
Methods in edu.uiuc.ncsa.myproxy.oa4mp.server.admin.transactions that return TransactionConverter Modifier and Type Method Description static TransactionConverter<? extends ServiceTransaction>
TransactionStoreProviders. getConverter()
Methods in edu.uiuc.ncsa.myproxy.oa4mp.server.admin.transactions with parameters of type TransactionConverter Modifier and Type Method Description static void
TransactionStoreProviders. setConverter(TransactionConverter<? extends ServiceTransaction> converter)
Constructors in edu.uiuc.ncsa.myproxy.oa4mp.server.admin.transactions with parameters of type TransactionConverter 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)
-