Interface ClientStore<V extends Client>
-
- All Superinterfaces:
BaseClientStore<V>
,Map<edu.uiuc.ncsa.security.core.Identifier,V>
,edu.uiuc.ncsa.security.core.Store<V>
- All Known Implementing Classes:
AggregateClientStore
,ClientMemoryStore
,FSClientStore
public interface ClientStore<V extends Client> extends BaseClientStore<V>
Marker interface for client storesCreated by Jeff Gaynor
on May 24, 2011 at 4:02:39 PM
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description edu.uiuc.ncsa.security.storage.data.MapConverter<V>
getMapConverter()
-
Methods inherited from interface org.oa4mp.delegation.server.storage.BaseClientStore
getByApprover, getByStatus
-
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
-
-
-
-
Method Detail
-
getMapConverter
edu.uiuc.ncsa.security.storage.data.MapConverter<V> getMapConverter()
-
-