Uses of Interface
org.oa4mp.delegation.server.storage.ClientStore
-
Packages that use ClientStore Package Description edu.uiuc.ncsa.myproxy.oauth2.tools edu.uiuc.ncsa.oa4mp.delegation.server.storage edu.uiuc.ncsa.oa4mp.delegation.server.storage.impl -
-
Uses of ClientStore in edu.uiuc.ncsa.myproxy.oauth2.tools
Constructors in edu.uiuc.ncsa.myproxy.oauth2.tools with parameters of type ClientStore Constructor Description OA2AdminClientCommands(edu.uiuc.ncsa.security.core.util.MyLoggingFacade logger, String defaultIndent, edu.uiuc.ncsa.security.core.Store adminClientStore, ClientApprovalStoreCommands clientApprovalStoreCommands, org.oa4mp.server.api.permissions.admin.PermissionsStore permissionsStore, ClientStore clientStore)
-
Uses of ClientStore in edu.uiuc.ncsa.oa4mp.delegation.server.storage
Classes in edu.uiuc.ncsa.oa4mp.delegation.server.storage with type parameters of type ClientStore Modifier and Type Class Description class
AggregateClientStore<V extends ClientStore>
Created by Jeff Gaynor
on 5/24/12 at 11:18 AMClasses in edu.uiuc.ncsa.oa4mp.delegation.server.storage that implement ClientStore Modifier and Type Class Description class
AggregateClientStore<V extends ClientStore>
Created by Jeff Gaynor
on 5/24/12 at 11:18 AMConstructors in edu.uiuc.ncsa.oa4mp.delegation.server.storage with parameters of type ClientStore Constructor Description AggregateClientStore(V... stores)
-
Uses of ClientStore in edu.uiuc.ncsa.oa4mp.delegation.server.storage.impl
Classes in edu.uiuc.ncsa.oa4mp.delegation.server.storage.impl with type parameters of type ClientStore Modifier and Type Class Description class
ClientStoreProvider<T extends ClientStore>
Created by Jeff Gaynor
on 1/18/12 at 10:02 AMClasses in edu.uiuc.ncsa.oa4mp.delegation.server.storage.impl that implement ClientStore 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.
-