Uses of Class
org.cilogon.oauth2.servlet.storage.transaction.CILogonServiceTransaction
-
Packages that use CILogonServiceTransaction Package Description org.cilogon.oauth2.servlet.storage.transaction The transaction store for CILogon -
-
Uses of CILogonServiceTransaction in org.cilogon.oauth2.servlet.storage.transaction
Classes in org.cilogon.oauth2.servlet.storage.transaction with type parameters of type CILogonServiceTransaction Modifier and Type Class Description class
CILPGSTConverter<V extends CILogonServiceTransaction>
Created by Jeff Gaynor
on 2/28/14 at 3:08 PMclass
CILServiceTransactionConverter<V extends CILogonServiceTransaction>
Created by Jeff Gaynor
on 4/16/12 at 1:23 PMMethods in org.cilogon.oauth2.servlet.storage.transaction that return CILogonServiceTransaction Modifier and Type Method Description CILogonServiceTransaction
CILTransactionProvider. get(boolean createNewIdentifier)
Constructor parameters in org.cilogon.oauth2.servlet.storage.transaction with type arguments of type CILogonServiceTransaction Constructor Description CILSQLTransactionStore(org.oa4mp.delegation.common.token.TokenForge tokenForge, edu.uiuc.ncsa.security.storage.sql.ConnectionPool connectionPool, edu.uiuc.ncsa.security.storage.sql.internals.Table table, edu.uiuc.ncsa.security.core.util.IdentifiableProviderImpl<CILogonServiceTransaction> idp, edu.uiuc.ncsa.security.storage.data.MapConverter converter)
-