Class SQLServiceTransactionStore<V extends ServiceTransaction>

  • All Implemented Interfaces:
    TransactionStore<V>, edu.uiuc.ncsa.security.core.Store<V>, Map<edu.uiuc.ncsa.security.core.Identifier,​V>

    public abstract class SQLServiceTransactionStore<V extends ServiceTransaction>
    extends SQLBaseTransactionStore<V>

    Created by Jeff Gaynor
    on May 12, 2010 at 9:52:58 AM

    • Constructor Detail

      • SQLServiceTransactionStore

        protected SQLServiceTransactionStore​(TokenForge tokenForge,
                                             edu.uiuc.ncsa.security.storage.sql.ConnectionPool connectionPool,
                                             edu.uiuc.ncsa.security.storage.sql.internals.Table table,
                                             javax.inject.Provider<V> idp,
                                             edu.uiuc.ncsa.security.storage.data.MapConverter converter)