Uses of Interface
org.oa4mp.delegation.server.storage.ClientApprovalStore
-
Packages that use ClientApprovalStore Package Description edu.uiuc.ncsa.myproxy.oauth2.base edu.uiuc.ncsa.oa4mp.delegation.server.storage edu.uiuc.ncsa.oa4mp.delegation.server.storage.impl -
-
Uses of ClientApprovalStore in edu.uiuc.ncsa.myproxy.oauth2.base
Methods in edu.uiuc.ncsa.myproxy.oauth2.base that return ClientApprovalStore Modifier and Type Method Description ClientApprovalStore
BaseClientStoreCommands. getClientApprovalStore()
-
Uses of ClientApprovalStore in edu.uiuc.ncsa.oa4mp.delegation.server.storage
Classes in edu.uiuc.ncsa.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 edu.uiuc.ncsa.oa4mp.delegation.server.storage that implement ClientApprovalStore Modifier and Type Class Description class
AggregateCAStore<V extends ClientApprovalStore>
An aggregate client approval store.Methods in edu.uiuc.ncsa.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 edu.uiuc.ncsa.oa4mp.delegation.server.storage with parameters of type ClientApprovalStore Constructor Description AggregateCAStore(V... stores)
-
Uses of ClientApprovalStore in edu.uiuc.ncsa.oa4mp.delegation.server.storage.impl
Classes in edu.uiuc.ncsa.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 edu.uiuc.ncsa.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)
-