Package edu.uiuc.ncsa.sas.loader
Class SQLClientStoreProvider<T extends SQLStore>
- java.lang.Object
-
- edu.uiuc.ncsa.security.core.configuration.provider.HierarchicalConfigProvider<T>
-
- edu.uiuc.ncsa.security.core.configuration.provider.TypedProvider<T>
-
- edu.uiuc.ncsa.security.storage.sql.SQLStoreProvider<T>
-
- edu.uiuc.ncsa.sas.loader.SQLClientStoreProvider<T>
-
- All Implemented Interfaces:
CfgEventListener
,EventListener
,javax.inject.Provider<T>
public class SQLClientStoreProvider<T extends SQLStore> extends SQLStoreProvider<T>
Created by Jeff Gaynor
on 8/22/22 at 2:39 PM
-
-
Field Summary
-
Fields inherited from class edu.uiuc.ncsa.security.storage.sql.SQLStoreProvider
converter, PREFIX, SCHEMA, TABLENAME
-
-
Constructor Summary
Constructors Constructor Description SQLClientStoreProvider()
SQLClientStoreProvider(ConnectionPoolProvider<? extends ConnectionPool> cpp, String type, MapConverter converter, ClientProvider clientProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
get()
T
newInstance(Table table)
-
Methods inherited from class edu.uiuc.ncsa.security.storage.sql.SQLStoreProvider
componentFound, getConnectionPool, getDatabaseName, getPrefix, getSchema, getTablename, getUpkeepConfiguration, setConfig, setTablename, setUpkeepConfiguration
-
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
-
-
-
-
Constructor Detail
-
SQLClientStoreProvider
public SQLClientStoreProvider()
-
SQLClientStoreProvider
public SQLClientStoreProvider(ConnectionPoolProvider<? extends ConnectionPool> cpp, String type, MapConverter converter, ClientProvider clientProvider)
-
-
Method Detail
-
newInstance
public T newInstance(Table table)
- Specified by:
newInstance
in classSQLStoreProvider<T extends SQLStore>
-
get
public T get()
-
-