Interface AdminClientStore<V extends AdminClient>
-
- All Superinterfaces:
BaseClientStore<V>
,Map<edu.uiuc.ncsa.security.core.Identifier,V>
,edu.uiuc.ncsa.security.core.Store<V>
- All Known Implementing Classes:
AdminClientFS
,AdminClientMemoryStore
,AdminClientSQLStore
public interface AdminClientStore<V extends AdminClient> extends BaseClientStore<V>
Created by Jeff Gaynor
on 10/12/16 at 1:20 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 edu.uiuc.ncsa.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()
-
-