Uses of Interface
org.oa4mp.delegation.server.storage.ClientApprovalStore
-
-
Uses of ClientApprovalStore in org.oa4mp.delegation.server.storage
Classes in org.oa4mp.delegation.server.storage with type parameters of type ClientApprovalStore Modifier and Type Class Description class
AggregateCAStore<V extends ClientApprovalStore>
An aggregate client approval store.Classes in org.oa4mp.delegation.server.storage that implement ClientApprovalStore Modifier and Type Class Description class
AggregateCAStore<V extends ClientApprovalStore>
An aggregate client approval store.Methods in org.oa4mp.delegation.server.storage with parameters of type ClientApprovalStore Modifier and Type Method Description List<edu.uiuc.ncsa.security.core.Identifier>
AggregateClientStore. getByApprover(String approver, ClientApprovalStore clientApprovalStore)
List<edu.uiuc.ncsa.security.core.Identifier>
BaseClientSQLStore. getByApprover(String approver, ClientApprovalStore clientApprovalStore)
List<edu.uiuc.ncsa.security.core.Identifier>
BaseClientStore. getByApprover(String approver, ClientApprovalStore clientApprovalStore)
List<edu.uiuc.ncsa.security.core.Identifier>
BaseClientSQLStore. getByField(String fieldName, String field, ClientApprovalStore clientApprovalStore)
List<edu.uiuc.ncsa.security.core.Identifier>
AggregateClientStore. getByStatus(String status, ClientApprovalStore clientApprovalStore)
List<edu.uiuc.ncsa.security.core.Identifier>
BaseClientSQLStore. getByStatus(String status, ClientApprovalStore clientApprovalStore)
Get by status from the approval store.List<edu.uiuc.ncsa.security.core.Identifier>
BaseClientStore. getByStatus(String status, ClientApprovalStore clientApprovalStore)
Retrieve all clients of a given type from the approval store for the given status.Constructors in org.oa4mp.delegation.server.storage with parameters of type ClientApprovalStore Constructor Description AggregateCAStore(V... stores)
-
Uses of ClientApprovalStore in org.oa4mp.delegation.server.storage.impl
Classes in org.oa4mp.delegation.server.storage.impl that implement ClientApprovalStore Modifier and Type Class Description class
FSClientApprovalStore<V extends ClientApproval>
A store for client approvals.Methods in org.oa4mp.delegation.server.storage.impl with parameters of type ClientApprovalStore Modifier and Type Method Description List<edu.uiuc.ncsa.security.core.Identifier>
ClientMemoryStore. getByApprover(String approver, ClientApprovalStore clientApprovalStore)
List<edu.uiuc.ncsa.security.core.Identifier>
FSClientStore. getByApprover(String approver, ClientApprovalStore clientApprovalStore)
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.List<edu.uiuc.ncsa.security.core.Identifier>
ClientMemoryStore. getByStatus(String status, ClientApprovalStore clientApprovalStore)
List<edu.uiuc.ncsa.security.core.Identifier>
FSClientStore. getByStatus(String status, ClientApprovalStore clientApprovalStore)
static List<edu.uiuc.ncsa.security.core.Identifier>
GenericClientStoreUtils. getByStatus(BaseClientStore store, String status, ClientApprovalStore caStore)
-
Uses of ClientApprovalStore in org.oa4mp.server.admin.oauth2.base
Methods in org.oa4mp.server.admin.oauth2.base that return ClientApprovalStore Modifier and Type Method Description ClientApprovalStore
BaseClientStoreCommands. getClientApprovalStore()
Methods in org.oa4mp.server.admin.oauth2.base with parameters of type ClientApprovalStore Modifier and Type Method Description static ClientApproval
ClientApprovalStoreCommands. setupApprovalRecord(ClientApprovalStore caStore, edu.uiuc.ncsa.security.core.Identifier identifier, boolean isapproved, String approver)
For thoses cases where the record needs to me fetched or created then set to the right values. -
Uses of ClientApprovalStore in org.oa4mp.server.api
Fields in org.oa4mp.server.api declared as ClientApprovalStore Modifier and Type Field Description protected ClientApprovalStore<ClientApproval>
ServiceEnvironmentImpl. clientApprovalStore
Fields in org.oa4mp.server.api with type parameters of type ClientApprovalStore Modifier and Type Field Description protected javax.inject.Provider<ClientApprovalStore>
ServiceEnvironmentImpl. casp
Methods in org.oa4mp.server.api that return ClientApprovalStore Modifier and Type Method Description ClientApprovalStore<ClientApproval>
ServiceEnvironment. getClientApprovalStore()
returns the client approval store.ClientApprovalStore
ServiceEnvironmentImpl. getClientApprovalStore()
-
Uses of ClientApprovalStore in org.oa4mp.server.api.admin.adminClient
Methods in org.oa4mp.server.api.admin.adminClient with parameters of type ClientApprovalStore Modifier and Type Method Description List<edu.uiuc.ncsa.security.core.Identifier>
AdminClientFS. getByApprover(String approver, ClientApprovalStore clientApprovalStore)
List<edu.uiuc.ncsa.security.core.Identifier>
AdminClientMemoryStore. getByApprover(String approver, ClientApprovalStore clientApprovalStore)
List<edu.uiuc.ncsa.security.core.Identifier>
AdminClientFS. getByStatus(String status, ClientApprovalStore clientApprovalStore)
List<edu.uiuc.ncsa.security.core.Identifier>
AdminClientMemoryStore. getByStatus(String status, ClientApprovalStore clientApprovalStore)
-
Uses of ClientApprovalStore in org.oa4mp.server.api.storage
Methods in org.oa4mp.server.api.storage that return ClientApprovalStore Modifier and Type Method Description ClientApprovalStore
MultiDSClientApprovalStoreProvider. getDefaultStore()
-
Uses of ClientApprovalStore in org.oa4mp.server.api.storage.filestore
Classes in org.oa4mp.server.api.storage.filestore that implement ClientApprovalStore Modifier and Type Class Description class
DSFSClientApprovalStore
Created by Jeff Gaynor
on 1/18/12 at 10:48 AM -
Uses of ClientApprovalStore in org.oa4mp.server.api.storage.servlet
Methods in org.oa4mp.server.api.storage.servlet that return types with arguments of type ClientApprovalStore Modifier and Type Method Description javax.inject.Provider<ClientApprovalStore>
ConfigurationLoaderInterface. getClientApprovalStoreProvider()
-
Uses of ClientApprovalStore in org.oa4mp.server.api.storage.sql
Classes in org.oa4mp.server.api.storage.sql that implement ClientApprovalStore Modifier and Type Class Description class
SQLClientApprovalStore
Created by Jeff Gaynor
on May 26, 2011 at 9:39:26 AM -
Uses of ClientApprovalStore in org.oa4mp.server.api.util
Classes in org.oa4mp.server.api.util that implement ClientApprovalStore Modifier and Type Class Description class
ClientApprovalMemoryStore<V extends ClientApproval>
Created by Jeff Gaynor
on 7/2/18 at 2:01 PM -
Uses of ClientApprovalStore in org.oa4mp.server.loader.oauth2.cm.util
Methods in org.oa4mp.server.loader.oauth2.cm.util that return ClientApprovalStore Modifier and Type Method Description protected ClientApprovalStore
AbstractDDServer. getClientApprovalStore()
-
Uses of ClientApprovalStore in org.oa4mp.server.loader.oauth2.loader
Methods in org.oa4mp.server.loader.oauth2.loader that return types with arguments of type ClientApprovalStore Modifier and Type Method Description javax.inject.Provider<ClientApprovalStore>
OA2ConfigurationLoader. getClientApprovalStoreProvider()
-