|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.uiuc.ncsa.security.storage.sql.SQLDatabase
edu.uiuc.ncsa.security.storage.sql.SQLStore<Asset>
edu.uiuc.ncsa.myproxy.oa4mp.client.storage.SQLAssetStore
public class SQLAssetStore
Created by Jeff Gaynor
on 1/28/13 at 2:11 PM
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
Map.Entry<K,V> |
| Field Summary | |
|---|---|
static String |
DEFAULT_TABLENAME
|
| Fields inherited from class edu.uiuc.ncsa.security.storage.sql.SQLStore |
|---|
converter, identifiableProvider |
| Constructor Summary | |
|---|---|
SQLAssetStore()
|
|
SQLAssetStore(edu.uiuc.ncsa.security.storage.sql.ConnectionPool connectionPool,
edu.uiuc.ncsa.security.storage.sql.internals.Table table,
javax.inject.Provider<Asset> assetProvider,
edu.uiuc.ncsa.security.storage.data.MapConverter<Asset> converter)
|
|
| Method Summary | |
|---|---|
Asset |
get(String identifier)
Simplifying calls. |
void |
save(String identifier,
Asset asset)
|
| Methods inherited from class edu.uiuc.ncsa.security.storage.sql.SQLStore |
|---|
clear, containsKey, containsValue, create, depopulate, entrySet, get, getTable, isEmpty, keySet, populate, put, putAll, register, remove, rsToMap, save, size, size, toString, update, values |
| Methods inherited from class edu.uiuc.ncsa.security.storage.sql.SQLDatabase |
|---|
destroyConnection, getConnection, getConnectionPool, releaseConnection, setConnectionPool |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface edu.uiuc.ncsa.security.core.Store |
|---|
create, register, save, update |
| Methods inherited from interface java.util.Map |
|---|
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
| Field Detail |
|---|
public static final String DEFAULT_TABLENAME
| Constructor Detail |
|---|
public SQLAssetStore()
public SQLAssetStore(edu.uiuc.ncsa.security.storage.sql.ConnectionPool connectionPool,
edu.uiuc.ncsa.security.storage.sql.internals.Table table,
javax.inject.Provider<Asset> assetProvider,
edu.uiuc.ncsa.security.storage.data.MapConverter<Asset> converter)
| Method Detail |
|---|
public Asset get(String identifier)
AssetStore
get in interface AssetStore
public void save(String identifier,
Asset asset)
save in interface AssetStore
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||