Uses of Interface
org.oa4mp.delegation.server.storage.ClientStore
-
-
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.oauth2.tools
Constructors in org.oa4mp.server.admin.oauth2.tools with parameters of type ClientStore Constructor Description OA2AdminClientCommands(edu.uiuc.ncsa.security.util.cli.CLIDriver driver, String defaultIndent, edu.uiuc.ncsa.security.core.Store adminClientStore, ClientApprovalStoreCommands clientApprovalStoreCommands, PermissionsStore permissionsStore, ClientStore clientStore)
-
Uses of ClientStore in org.oa4mp.server.api
Fields in org.oa4mp.server.api declared as ClientStore Modifier and Type Field Description protected ClientStore
ServiceEnvironmentImpl. clientStore
Fields in org.oa4mp.server.api with type parameters of type ClientStore Modifier and Type Field Description protected javax.inject.Provider<ClientStore>
ServiceEnvironmentImpl. csp
Methods in org.oa4mp.server.api that return ClientStore Modifier and Type Method Description ClientStore<Client>
ServiceEnvironment. getClientStore()
Returns the currentClientStore
.ClientStore
ServiceEnvironmentImpl. getClientStore()
-
Uses of ClientStore in org.oa4mp.server.api.admin.transactions
Constructors in org.oa4mp.server.api.admin.transactions with parameters of type ClientStore Constructor Description TransactionConverter(edu.uiuc.ncsa.security.core.IdentifiableProvider<V> identifiableProvider, TokenForge tokenForge, ClientStore<? extends Client> cs)
TransactionConverter(edu.uiuc.ncsa.security.storage.data.SerializationKeys keys, edu.uiuc.ncsa.security.core.IdentifiableProvider<V> identifiableProvider, TokenForge tokenForge, ClientStore<? extends Client> cs)
-
Uses of ClientStore in org.oa4mp.server.api.storage
Methods in org.oa4mp.server.api.storage that return ClientStore Modifier and Type Method Description ClientStore<V>
MultiDSClientStoreProvider. getDefaultStore()
-
Uses of ClientStore in org.oa4mp.server.api.storage.filestore
Classes in org.oa4mp.server.api.storage.filestore that implement ClientStore Modifier and Type Class Description class
DSFSClientStore
Created by Jeff Gaynor
on 1/18/12 at 10:47 AM -
Uses of ClientStore in org.oa4mp.server.api.storage.servlet
Methods in org.oa4mp.server.api.storage.servlet that return types with arguments of type ClientStore Modifier and Type Method Description javax.inject.Provider<ClientStore>
ConfigurationLoaderInterface. getClientStoreProvider()
-
Uses of ClientStore in org.oa4mp.server.api.storage.sql
Classes in org.oa4mp.server.api.storage.sql that implement ClientStore 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 ClientStore in org.oa4mp.server.loader.oauth2.cm.util
Methods in org.oa4mp.server.loader.oauth2.cm.util that return ClientStore Modifier and Type Method Description protected ClientStore
AbstractDDServer. getClientStore()
-
Uses of ClientStore in org.oa4mp.server.loader.oauth2.loader
Methods in org.oa4mp.server.loader.oauth2.loader that return ClientStore Modifier and Type Method Description ClientStore
OA2ConfigurationLoader.OA2MultiDSClientStoreProvider. getDefaultStore()
Methods in org.oa4mp.server.loader.oauth2.loader that return types with arguments of type ClientStore Modifier and Type Method Description javax.inject.Provider<ClientStore>
OA2ConfigurationLoader. getClientStoreProvider()
-
Uses of ClientStore in org.oa4mp.server.loader.oauth2.servlet
Methods in org.oa4mp.server.loader.oauth2.servlet with parameters of type ClientStore Modifier and Type Method Description static OA2Client
OA2ClientUtils. resolvePrototypes(ClientStore store, OA2Client baseClient)
-
Uses of ClientStore in org.oa4mp.server.loader.oauth2.storage.clients
Classes in org.oa4mp.server.loader.oauth2.storage.clients that implement ClientStore Modifier and Type Class Description class
OA2ClientMemoryStore<V extends OA2Client>
Created by Jeff Gaynor
on 12/2/16 at 2:09 PM -
Uses of ClientStore in org.oa4mp.server.loader.oauth2.storage.transactions
Constructors in org.oa4mp.server.loader.oauth2.storage.transactions with parameters of type ClientStore Constructor Description OA2TConverter(OA2TransactionKeys keys, edu.uiuc.ncsa.security.core.IdentifiableProvider<V> identifiableProvider, TokenForge tokenForge, ClientStore<? extends Client> cs)
-
Uses of ClientStore in org.oa4mp.server.loader.oauth2.storage.tx
Constructors in org.oa4mp.server.loader.oauth2.storage.tx with parameters of type ClientStore Constructor Description TXRecordConverter(edu.uiuc.ncsa.security.storage.data.SerializationKeys keys, edu.uiuc.ncsa.security.core.IdentifiableProvider<V> provider, ClientStore<? extends OA2Client> clientStore)
-
Uses of ClientStore in org.oa4mp.server.qdl.storage
Methods in org.oa4mp.server.qdl.storage with parameters of type ClientStore Modifier and Type Method Description protected TransactionStemMC
StoreFacade. createTransactionStemMC(TransactionStore transactionStore, ClientStore clientStore)
Constructors in org.oa4mp.server.qdl.storage with parameters of type ClientStore Constructor Description TransactionStemMC(edu.uiuc.ncsa.security.storage.data.MapConverter<V> mapConverter, ClientStore clientStore)
TXRStemMC(edu.uiuc.ncsa.security.storage.data.MapConverter<V> mapConverter, TXStore txStore, ClientStore clientStore)
-