Class SQLServiceTransactionStore<V extends ServiceTransaction>

    • 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)