Interface VIStore<V extends VirtualIssuer>
-
- All Superinterfaces:
Map<edu.uiuc.ncsa.security.core.Identifier,V>,edu.uiuc.ncsa.security.core.Store<V>
- All Known Implementing Classes:
SQLVIStore,VIFileStore,VIMemoryStore
public interface VIStore<V extends VirtualIssuer> extends edu.uiuc.ncsa.security.core.Store<V>Created by Jeff Gaynor
on 12/14/20 at 8:54 AM
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VfindByPath(String component)edu.uiuc.ncsa.security.storage.data.MapConverter<V>getMapConverter()-
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
-
-