Class ClientStoreProvider<T extends ClientStore>

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

    public abstract class ClientStoreProvider<T extends ClientStore>
    extends edu.uiuc.ncsa.security.storage.monitored.MonitoredMultiTypeProvider<T>

    Created by Jeff Gaynor
    on 1/18/12 at 10:02 AM

    • Field Summary

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

        disableDefaultStore, logger
    • Constructor Summary

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

      • Methods inherited from class edu.uiuc.ncsa.security.storage.monitored.MonitoredMultiTypeProvider

        addListener, getUpkeepConfiguration, injectUpkeep, setConfig, setUpkeepConfiguration
      • 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

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

      • ClientStoreProvider

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