Uses of Class
org.oa4mp.server.loader.oauth2.storage.transactions.OA2TransactionKeys
-
Packages that use OA2TransactionKeys Package Description edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.transactions edu.uiuc.ncsa.oa2.qdl.storage -
-
Uses of OA2TransactionKeys in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage
Methods in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage with parameters of type OA2TransactionKeys Modifier and Type Method Description void
TokenInfoRecord. fromMap(edu.uiuc.ncsa.security.storage.sql.internals.ColumnMap map, OA2TransactionKeys keys)
For use in SQL stores -
Uses of OA2TransactionKeys in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.transactions
Methods in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.transactions that return OA2TransactionKeys Modifier and Type Method Description protected OA2TransactionKeys
OA2TransactionTable. getOA2Keys()
protected OA2TransactionKeys
OA2TConverter. getTCK()
Constructors in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.storage.transactions with parameters of type OA2TransactionKeys Constructor Description OA2TConverter(OA2TransactionKeys keys, edu.uiuc.ncsa.security.core.IdentifiableProvider<V> identifiableProvider, TokenForge tokenForge, ClientStore<? extends Client> cs)
OA2TransactionTable(OA2TransactionKeys keys, String schema, String tablenamePrefix, String tablename)
-
Uses of OA2TransactionKeys in edu.uiuc.ncsa.oa2.qdl.storage
Methods in edu.uiuc.ncsa.oa2.qdl.storage that return OA2TransactionKeys Modifier and Type Method Description protected OA2TransactionKeys
TransactionStemMC. kk()
-