Package edu.uiuc.ncsa.sas.storage
Interface SASClientStore<V extends SASClient>
-
- All Superinterfaces:
Map<Identifier,V>
,Store<V>
- All Known Implementing Classes:
ClientMemoryStore
,FSClientStore
,SASSQLStore
public interface SASClientStore<V extends SASClient> extends Store<V>
Created by Jeff Gaynor
on 8/22/22 at 2:02 PM
-
-
Field Summary
-
Fields inherited from interface edu.uiuc.ncsa.security.core.Store
VERSION_TAG
-
-
Method Summary
-
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
-
-