Class MultiJSONStoreProvider

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

    public class MultiJSONStoreProvider
    extends edu.uiuc.ncsa.security.core.configuration.provider.MultiTypeProvider<edu.uiuc.ncsa.security.util.json.JSONStore>

    Created by Jeff Gaynor
    on 2/20/19 at 10:37 AM

    • Field Summary

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

        disableDefaultStore, logger
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      edu.uiuc.ncsa.security.util.json.JSONStore getDefaultStore()  
      • Methods inherited from class edu.uiuc.ncsa.security.core.configuration.provider.MultiTypeProvider

        componentFound, get
      • 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, hasA, isA, removeListener, setConfig
    • Constructor Detail

      • MultiJSONStoreProvider

        public MultiJSONStoreProvider()
      • MultiJSONStoreProvider

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

        public MultiJSONStoreProvider​(edu.uiuc.ncsa.security.core.util.MyLoggingFacade logger,
                                      String type,
                                      String target)
    • Method Detail

      • getDefaultStore

        public edu.uiuc.ncsa.security.util.json.JSONStore getDefaultStore()
        Specified by:
        getDefaultStore in class edu.uiuc.ncsa.security.core.configuration.provider.MultiTypeProvider<edu.uiuc.ncsa.security.util.json.JSONStore>