Class OA2SQLAssetStoreProvider

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

    public class OA2SQLAssetStoreProvider
    extends SQLAssetStoreProvider

    Created by Jeff Gaynor
    on 3/20/14 at 2:54 PM

    • Field Summary

      • Fields inherited from class edu.uiuc.ncsa.security.storage.sql.SQLStoreProvider

        converter, PREFIX, SCHEMA, TABLENAME
    • Constructor Summary

      Constructors 
      Constructor Description
      OA2SQLAssetStoreProvider​(org.apache.commons.configuration.tree.ConfigurationNode config, String storeType, edu.uiuc.ncsa.security.storage.sql.ConnectionPoolProvider<? extends edu.uiuc.ncsa.security.storage.sql.ConnectionPool> cpp, AssetProvider assetProvider, edu.uiuc.ncsa.security.storage.data.MapConverter converter)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SQLAssetStore get()  
      • Methods inherited from class edu.uiuc.ncsa.security.storage.sql.SQLStoreProvider

        componentFound, getConnectionPool, getDatabaseName, getPrefix, getSchema, getTablename, setTablename
      • 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

      • OA2SQLAssetStoreProvider

        public OA2SQLAssetStoreProvider​(org.apache.commons.configuration.tree.ConfigurationNode config,
                                        String storeType,
                                        edu.uiuc.ncsa.security.storage.sql.ConnectionPoolProvider<? extends edu.uiuc.ncsa.security.storage.sql.ConnectionPool> cpp,
                                        AssetProvider assetProvider,
                                        edu.uiuc.ncsa.security.storage.data.MapConverter converter)