Uses of Class
org.cilogon.oauth2.servlet.storage.transaction.CILTransactionKeys
-
Packages that use CILTransactionKeys Package Description org.cilogon.oauth2.servlet.storage.transaction The transaction store for CILogon -
-
Uses of CILTransactionKeys in org.cilogon.oauth2.servlet.storage.transaction
Subclasses of CILTransactionKeys in org.cilogon.oauth2.servlet.storage.transaction Modifier and Type Class Description class
CILPGTransactionKeys
Created by Jeff Gaynor
on 4/25/12 at 3:35 PMMethods in org.cilogon.oauth2.servlet.storage.transaction that return CILTransactionKeys Modifier and Type Method Description protected CILTransactionKeys
CILServiceTransactionConverter. getCILK()
Constructors in org.cilogon.oauth2.servlet.storage.transaction with parameters of type CILTransactionKeys Constructor Description CILogonServiceTransactionTable(CILTransactionKeys keys, String schema, String tablenamePrefix, String tablename)
-