public class MemoryAssetStore extends edu.uiuc.ncsa.security.storage.MemoryStore<Asset> implements AssetStore
Created by Jeff Gaynor
on 1/28/13 at 3:07 PM
edu.uiuc.ncsa.security.storage.MemoryStore.MSInitializerAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
MemoryAssetStore(edu.uiuc.ncsa.security.core.IdentifiableProvider<Asset> identifiableProvider) |
| Modifier and Type | Method and Description |
|---|---|
Asset |
get(String identifier)
Simplifying calls.
|
void |
save(String identifier,
Asset v) |
create, getInitializer, realSave, register, save, updateclear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCode, toStringpublic MemoryAssetStore(edu.uiuc.ncsa.security.core.IdentifiableProvider<Asset> identifiableProvider)
public Asset get(String identifier)
AssetStoreget in interface AssetStorepublic void save(String identifier, Asset v)
save in interface AssetStoreCopyright © 2014. All Rights Reserved.