Uses of Interface
org.oa4mp.delegation.server.storage.BaseClientStore
-
Packages that use BaseClientStore Package Description org.oa4mp.delegation.server.storage org.oa4mp.delegation.server.storage.impl org.oa4mp.delegation.server.storage.uuc -
-
Uses of BaseClientStore in org.oa4mp.delegation.server.storage
Subinterfaces of BaseClientStore in org.oa4mp.delegation.server.storage Modifier and Type Interface Description interface
ClientStore<V extends Client>
Marker interface for client storesClasses in org.oa4mp.delegation.server.storage that implement BaseClientStore Modifier and Type Class Description class
AggregateClientStore<V extends ClientStore>
Created by Jeff Gaynor
on 5/24/12 at 11:18 AMclass
BaseClientSQLStore<V extends BaseClient>
Created by Jeff Gaynor
on 8/6/21 at 2:44 PM -
Uses of BaseClientStore in org.oa4mp.delegation.server.storage.impl
Classes in org.oa4mp.delegation.server.storage.impl that implement BaseClientStore Modifier and Type Class Description class
ClientMemoryStore<V extends Client>
Abstract class that gets the inheritance and generics right.class
FSClientStore<V extends Client>
File-based storage for clients.Methods in org.oa4mp.delegation.server.storage.impl with parameters of type BaseClientStore Modifier and Type Method Description static List<edu.uiuc.ncsa.security.core.Identifier>
GenericClientStoreUtils. getByApprover(BaseClientStore store, String approver, ClientApprovalStore caStore)
protected static List<edu.uiuc.ncsa.security.core.Identifier>
GenericClientStoreUtils. getByField(BaseClientStore store, String fieldName, String field, ClientApprovalStore caStore)
Emulates a let outer join for generic stores.static List<edu.uiuc.ncsa.security.core.Identifier>
GenericClientStoreUtils. getByStatus(BaseClientStore store, String status, ClientApprovalStore caStore)
static UUCResponse
GenericClientStoreUtils. unusedClientCleanup(BaseClientStore store, UUCConfiguration uucConfiguration)
-
Uses of BaseClientStore in org.oa4mp.delegation.server.storage.uuc
Constructors in org.oa4mp.delegation.server.storage.uuc with parameters of type BaseClientStore Constructor Description UUCThread(String name, edu.uiuc.ncsa.security.core.util.MyLoggingFacade logger, BaseClientStore clientStore, UUCConfiguration uucConfiguration)
-