Interface VOStore<V extends VirtualOrganization>
-
- All Superinterfaces:
Map<edu.uiuc.ncsa.security.core.Identifier,V>
,edu.uiuc.ncsa.security.core.Store<V>
- All Known Implementing Classes:
SQLVOStore
,VOFileStore
,VOMemoryStore
public interface VOStore<V extends VirtualOrganization> 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 V
findByPath(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
-
-