Uses of Interface
org.oa4mp.delegation.server.storage.BaseClientStore
-
-
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)
-
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)
-
Uses of BaseClientStore in org.oa4mp.server.api.admin.adminClient
Subinterfaces of BaseClientStore in org.oa4mp.server.api.admin.adminClient Modifier and Type Interface Description interface
AdminClientStore<V extends AdminClient>
Created by Jeff Gaynor
on 10/12/16 at 1:20 PMClasses in org.oa4mp.server.api.admin.adminClient that implement BaseClientStore Modifier and Type Class Description class
AdminClientFS<V extends AdminClient>
Created by Jeff Gaynor
on 10/20/16 at 12:51 PMclass
AdminClientMemoryStore<V extends AdminClient>
Created by Jeff Gaynor
on 10/20/16 at 12:48 PMclass
AdminClientSQLStore<V extends AdminClient>
Created by Jeff Gaynor
on 10/20/16 at 12:52 PM -
Uses of BaseClientStore in org.oa4mp.server.api.storage.filestore
Classes in org.oa4mp.server.api.storage.filestore that implement BaseClientStore Modifier and Type Class Description class
DSFSClientStore
Created by Jeff Gaynor
on 1/18/12 at 10:47 AM -
Uses of BaseClientStore in org.oa4mp.server.api.storage.sql
Classes in org.oa4mp.server.api.storage.sql that implement BaseClientStore Modifier and Type Class Description class
SQLClientStore<V extends Client>
Created by Jeff Gaynor
on May 16, 2011 at 4:37:15 PM -
Uses of BaseClientStore in org.oa4mp.server.loader.oauth2.storage.clients
Classes in org.oa4mp.server.loader.oauth2.storage.clients that implement BaseClientStore Modifier and Type Class Description class
OA2ClientMemoryStore<V extends OA2Client>
Created by Jeff Gaynor
on 12/2/16 at 2:09 PM
-