Class CILSQLTransactionStore

    • Field Summary

      • Fields inherited from class edu.uiuc.ncsa.oa4mp.delegation.server.storage.SQLServiceTransactionStore

        DEFAULT_TABLENAME
      • Fields inherited from class edu.uiuc.ncsa.oa4mp.delegation.common.storage.transactions.SQLBaseTransactionStore

        tokenForge
      • Fields inherited from class edu.uiuc.ncsa.security.storage.sql.SQLStore

        converter, identifiableProvider
      • Fields inherited from interface edu.uiuc.ncsa.security.core.Store

        VERSION_TAG
    • Constructor Summary

      Constructors 
      Constructor Description
      CILSQLTransactionStore​(edu.uiuc.ncsa.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)  
    • Method Summary

      • Methods inherited from class edu.uiuc.ncsa.myproxy.oa4mp.server.admin.transactions.DSSQLTransactionStore

        getByProxyID, getCreationTSField
      • Methods inherited from class edu.uiuc.ncsa.oa4mp.delegation.server.storage.SQLServiceTransactionStore

        getCreatedTransactions, register, toString
      • Methods inherited from class edu.uiuc.ncsa.oa4mp.delegation.common.storage.transactions.SQLBaseTransactionStore

        get, get, get, getTransaction, getTransactionTable
      • Methods inherited from class edu.uiuc.ncsa.security.storage.sql.SQLStore

        checkColumns, checkTable, clear, containsKey, containsValue, crappySQLParser, crappySQLParser, create, depopulate, doRegisterStatement, entrySet, get, getAll, getDerbyMostRecent, getMapConverter, getMostRecent, getMostRecentStatement, getTable, getXMLConverter, isEmpty, keySet, populate, put, putAll, remove, remove, save, search, search, search, setUpdateValues, size, size, size, update, update, values
      • Methods inherited from class edu.uiuc.ncsa.security.storage.sql.SQLDatabase

        destroyConnection, getConnection, getConnectionPool, releaseConnection, rsToMap, setConnectionPool
      • Methods inherited from interface edu.uiuc.ncsa.security.core.Store

        create, getAll, getMostRecent, getXMLConverter, remove, save, search, search, search, size, update
      • Methods inherited from interface edu.uiuc.ncsa.oa4mp.delegation.common.storage.TransactionStore

        getMapConverter
    • Constructor Detail

      • CILSQLTransactionStore

        public CILSQLTransactionStore​(edu.uiuc.ncsa.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)