Package edu.uiuc.ncsa.sas.storage
Class ClientMemoryStore<V extends SASClient>
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<Identifier,V>
-
- edu.uiuc.ncsa.security.storage.MemoryStore<V>
-
- edu.uiuc.ncsa.sas.storage.ClientMemoryStore<V>
-
- All Implemented Interfaces:
SASClientStore<V>
,Store<V>
,Serializable
,Cloneable
,Map<Identifier,V>
public class ClientMemoryStore<V extends SASClient> extends MemoryStore<V> implements SASClientStore<V>
Created by Jeff Gaynor
on 8/22/22 at 2:09 PM- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class edu.uiuc.ncsa.security.storage.MemoryStore
MemoryStore.MSInitializer
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
-
Field Summary
-
Fields inherited from class edu.uiuc.ncsa.security.storage.MemoryStore
identifiableProvider
-
Fields inherited from interface edu.uiuc.ncsa.security.core.Store
VERSION_TAG
-
-
Constructor Summary
Constructors Constructor Description ClientMemoryStore(IdentifiableProvider<V> identifiableProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<V>
getMostRecent(int n, List<String> attributes)
XMLConverter<V>
getXMLConverter()
-
Methods inherited from class edu.uiuc.ncsa.security.storage.MemoryStore
create, getAll, getInitializer, getMapConverter, realSave, register, remove, save, search, search, search, size, update
-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-
-
-
Constructor Detail
-
ClientMemoryStore
public ClientMemoryStore(IdentifiableProvider<V> identifiableProvider)
-
-
Method Detail
-
getXMLConverter
public XMLConverter<V> getXMLConverter()
- Specified by:
getXMLConverter
in interfaceStore<V extends SASClient>
-
-