Class AggregateClientStore<V extends ClientStore>
- java.lang.Object
-
- edu.uiuc.ncsa.security.storage.AggregateStore<V>
-
- org.oa4mp.delegation.server.storage.AggregateClientStore<V>
-
- All Implemented Interfaces:
edu.uiuc.ncsa.security.core.Store,Map,BaseClientStore,ClientStore
public class AggregateClientStore<V extends ClientStore> extends edu.uiuc.ncsa.security.storage.AggregateStore<V> implements ClientStore
Created by Jeff Gaynor
on 5/24/12 at 11:18 AM
-
-
Constructor Summary
Constructors Constructor Description AggregateClientStore(V... stores)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<edu.uiuc.ncsa.security.core.Identifier>getByApprover(String approver, ClientApprovalStore clientApprovalStore)List<edu.uiuc.ncsa.security.core.Identifier>getByStatus(String status, ClientApprovalStore clientApprovalStore)Retrieve all clients of a given type from the approval store for the given status.edu.uiuc.ncsa.security.storage.data.MapConvertergetMapConverter()edu.uiuc.ncsa.security.core.XMLConvertergetXMLConverter()-
Methods inherited from class edu.uiuc.ncsa.security.storage.AggregateStore
addStore, checkValid, clear, containsKey, containsValue, create, defaultStore, entrySet, get, getAll, getMostRecent, isEmpty, keySet, put, putAll, register, remove, remove, removeByID, save, search, search, search, search, size, size, stores, update, update, values
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
-
-
-
-
Constructor Detail
-
AggregateClientStore
public AggregateClientStore(V... stores)
-
-
Method Detail
-
getXMLConverter
public edu.uiuc.ncsa.security.core.XMLConverter getXMLConverter()
- Specified by:
getXMLConverterin interfaceedu.uiuc.ncsa.security.core.Store<V extends ClientStore>- Overrides:
getXMLConverterin classedu.uiuc.ncsa.security.storage.AggregateStore<V extends ClientStore>
-
getMapConverter
public edu.uiuc.ncsa.security.storage.data.MapConverter getMapConverter()
- Specified by:
getMapConverterin interfaceClientStore<V extends ClientStore>
-
getByStatus
public List<edu.uiuc.ncsa.security.core.Identifier> getByStatus(String status, ClientApprovalStore clientApprovalStore)
Description copied from interface:BaseClientStoreRetrieve all clients of a given type from the approval store for the given status.- Specified by:
getByStatusin interfaceBaseClientStore<V extends ClientStore>- Returns:
-
getByApprover
public List<edu.uiuc.ncsa.security.core.Identifier> getByApprover(String approver, ClientApprovalStore clientApprovalStore)
- Specified by:
getByApproverin interfaceBaseClientStore<V extends ClientStore>
-
-