Class CILSQLTransactionStore
- java.lang.Object
-
- edu.uiuc.ncsa.security.storage.sql.SQLDatabase
-
- edu.uiuc.ncsa.security.storage.sql.SQLStore<V>
-
- org.oa4mp.delegation.common.storage.transactions.SQLBaseTransactionStore<V>
-
- org.oa4mp.delegation.server.storage.SQLServiceTransactionStore<V>
-
- org.oa4mp.server.api.admin.transactions.DSSQLTransactionStore<CILogonServiceTransaction>
-
- org.cilogon.oauth2.servlet.storage.transaction.CILSQLTransactionStore
-
- All Implemented Interfaces:
edu.uiuc.ncsa.security.core.Store<CILogonServiceTransaction>
,Map<edu.uiuc.ncsa.security.core.Identifier,CILogonServiceTransaction>
,org.oa4mp.delegation.common.storage.TransactionStore<CILogonServiceTransaction>
public class CILSQLTransactionStore extends org.oa4mp.server.api.admin.transactions.DSSQLTransactionStore<CILogonServiceTransaction>
Created by Jeff Gaynor
on May 18, 2011 at 4:31:29 PM
-
-
Field Summary
-
Fields inherited from class org.oa4mp.delegation.server.storage.SQLServiceTransactionStore
DEFAULT_TABLENAME
-
Fields inherited from class org.oa4mp.delegation.common.storage.transactions.SQLBaseTransactionStore
tokenForge
-
-
Constructor Summary
Constructors 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)
-
Method Summary
-
Methods inherited from class org.oa4mp.server.api.admin.transactions.DSSQLTransactionStore
getByProxyID, getCreationTSField
-
Methods inherited from class org.oa4mp.delegation.server.storage.SQLServiceTransactionStore
getCreatedTransactions, register, toString
-
Methods inherited from class org.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 class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-
-
-
Constructor Detail
-
CILSQLTransactionStore
public 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)
-
-