Uses of Class
org.oa4mp.server.api.transactions.admin.DSTransactionKeys
-
Packages that use DSTransactionKeys Package Description edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.transactions edu.uiuc.ncsa.myproxy.oa4mp.server.admin.transactions -
-
Uses of DSTransactionKeys in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.transactions
Subclasses of DSTransactionKeys in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.transactions Modifier and Type Class Description class
OA2TransactionKeys
Created by Jeff Gaynor
on 2/28/14 at 5:22 PM -
Uses of DSTransactionKeys in edu.uiuc.ncsa.myproxy.oa4mp.server.admin.transactions
Fields in edu.uiuc.ncsa.myproxy.oa4mp.server.admin.transactions declared as DSTransactionKeys Modifier and Type Field Description protected static DSTransactionKeys
TransactionStoreProviders. keys
Methods in edu.uiuc.ncsa.myproxy.oa4mp.server.admin.transactions that return DSTransactionKeys Modifier and Type Method Description protected DSTransactionKeys
TransactionConverter. getDSTK()
static DSTransactionKeys
TransactionStoreProviders. getKeys()
Methods in edu.uiuc.ncsa.myproxy.oa4mp.server.admin.transactions with parameters of type DSTransactionKeys Modifier and Type Method Description static void
TransactionStoreProviders. setKeys(DSTransactionKeys keys)
Constructors in edu.uiuc.ncsa.myproxy.oa4mp.server.admin.transactions with parameters of type DSTransactionKeys Constructor Description DSTransactionTable(DSTransactionKeys keys, String schema, String tablenamePrefix, String tablename)
The schema and prefix are not part of the table's information, actually, but are needed to create its fully qualified name in context.
-