Class TransactionStoreProvider<T extends TransactionStore<? extends BasicTransaction>>

  • All Implemented Interfaces:
    edu.uiuc.ncsa.security.core.configuration.provider.CfgEventListener, EventListener, javax.inject.Provider<T>

    public abstract class TransactionStoreProvider<T extends TransactionStore<? extends BasicTransaction>>
    extends edu.uiuc.ncsa.security.core.configuration.provider.MultiTypeProvider<T>

    Created by Jeff Gaynor
    on 1/13/12 at 10:43 AM

    • Field Summary

      • Fields inherited from class edu.uiuc.ncsa.security.core.configuration.provider.MultiTypeProvider

        disableDefaultStore, logger
    • Constructor Summary

      Constructors 
      Constructor Description
      TransactionStoreProvider​(org.apache.commons.configuration.tree.ConfigurationNode config, boolean disableDefaultStore, edu.uiuc.ncsa.security.core.util.MyLoggingFacade loggingFacade, String type, String target)  
    • Method Summary

      • Methods inherited from class edu.uiuc.ncsa.security.core.configuration.provider.MultiTypeProvider

        componentFound, get, getDefaultStore
      • Methods inherited from class edu.uiuc.ncsa.security.core.configuration.provider.TypedProvider

        checkEvent, getTarget, getType, getTypeAttribute, getTypeAttribute, getTypeBooleanAttribute, getTypeConfig, getTypeIntAttribute, getTypeIntAttribute, setTarget, setType, setTypeConfig, toString
      • Methods inherited from class edu.uiuc.ncsa.security.core.configuration.provider.HierarchicalConfigProvider

        addListener, fireComponentFound, getAttribute, getAttribute, getBooleanAttribute, getConfig, getConfigurationAt, getIntAttribute, getIntAttribute, getListeners, hasA, isA, removeListener, setConfig
    • Constructor Detail

      • TransactionStoreProvider

        public TransactionStoreProvider​(org.apache.commons.configuration.tree.ConfigurationNode config,
                                        boolean disableDefaultStore,
                                        edu.uiuc.ncsa.security.core.util.MyLoggingFacade loggingFacade,
                                        String type,
                                        String target)