Uses of Class
org.oa4mp.delegation.server.storage.support.ServiceTransactionKeys
-
Packages that use ServiceTransactionKeys Package Description org.oa4mp.delegation.server.storage.support org.oa4mp.server.api.admin.transactions org.oa4mp.server.loader.oauth2.storage.transactions -
-
Uses of ServiceTransactionKeys in org.oa4mp.delegation.server.storage.support
Methods in org.oa4mp.delegation.server.storage.support that return ServiceTransactionKeys Modifier and Type Method Description protected ServiceTransactionKeys
ServiceTransactionConverter. getSTK()
Constructors in org.oa4mp.delegation.server.storage.support with parameters of type ServiceTransactionKeys Constructor Description ServiceTransactionTable(ServiceTransactionKeys 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. -
Uses of ServiceTransactionKeys in org.oa4mp.server.api.admin.transactions
Subclasses of ServiceTransactionKeys in org.oa4mp.server.api.admin.transactions Modifier and Type Class Description class
DSTransactionKeys
Created by Jeff Gaynor
on 4/25/12 at 3:08 PM -
Uses of ServiceTransactionKeys in org.oa4mp.server.loader.oauth2.storage.transactions
Subclasses of ServiceTransactionKeys in org.oa4mp.server.loader.oauth2.storage.transactions Modifier and Type Class Description class
OA2TransactionKeys
Created by Jeff Gaynor
on 2/28/14 at 5:22 PM
-