Uses of Interface
org.oa4mp.delegation.server.storage.ClientStore
-
Packages that use ClientStore Package Description org.oa4mp.delegation.server.storage org.oa4mp.delegation.server.storage.impl org.oa4mp.server.admin.myproxy.oauth2.tools -
-
Uses of ClientStore in org.oa4mp.delegation.server.storage
Classes in org.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 org.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 org.oa4mp.delegation.server.storage with parameters of type ClientStore Constructor Description AggregateClientStore(V... stores)
-
Uses of ClientStore in org.oa4mp.delegation.server.storage.impl
Classes in org.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 org.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. -
Uses of ClientStore in org.oa4mp.server.admin.myproxy.oauth2.tools
Constructors in org.oa4mp.server.admin.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.admin.permissions.PermissionsStore permissionsStore, ClientStore clientStore)
-