Class OA2ClientSQLStoreProvider<V extends SQLClientStore>
- 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<V>
-
- org.oa4mp.server.api.provider.sql.storage.DSClientSQLStoreProvider<V>
-
- org.oa4mp.server.loader.oauth2.storage.clients.OA2ClientSQLStoreProvider<V>
-
- All Implemented Interfaces:
edu.uiuc.ncsa.security.core.configuration.provider.CfgEventListener
,EventListener
,javax.inject.Provider<V>
public class OA2ClientSQLStoreProvider<V extends SQLClientStore> extends DSClientSQLStoreProvider<V>
Created by Jeff Gaynor
on 3/17/14 at 2:59 PM
-
-
Field Summary
-
Fields inherited from class edu.uiuc.ncsa.myproxy.oa4mp.server.storage.sql.provider.DSClientSQLStoreProvider
clientProvider
-
-
Constructor Summary
Constructors Constructor Description OA2ClientSQLStoreProvider(edu.uiuc.ncsa.security.storage.sql.ConnectionPoolProvider<? extends edu.uiuc.ncsa.security.storage.sql.ConnectionPool> cpp, String type, edu.uiuc.ncsa.security.storage.data.MapConverter converter, javax.inject.Provider<? extends Client> clientProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description V
get()
V
newInstance(edu.uiuc.ncsa.security.storage.sql.internals.Table table)
-
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
-
-
-
-
Constructor Detail
-
OA2ClientSQLStoreProvider
public OA2ClientSQLStoreProvider(edu.uiuc.ncsa.security.storage.sql.ConnectionPoolProvider<? extends edu.uiuc.ncsa.security.storage.sql.ConnectionPool> cpp, String type, edu.uiuc.ncsa.security.storage.data.MapConverter converter, javax.inject.Provider<? extends Client> clientProvider)
-
-
Method Detail
-
newInstance
public V newInstance(edu.uiuc.ncsa.security.storage.sql.internals.Table table)
- Overrides:
newInstance
in classDSClientSQLStoreProvider<V extends SQLClientStore>
-
get
public V get()
- Specified by:
get
in interfacejavax.inject.Provider<V extends SQLClientStore>
- Overrides:
get
in classDSClientSQLStoreProvider<V extends SQLClientStore>
-
-