Uses of Interface
org.oa4mp.delegation.server.storage.ClientApprovalStore
-
Packages that use ClientApprovalStore Package Description org.oa4mp.delegation.server.storage org.oa4mp.delegation.server.storage.impl org.oa4mp.server.admin.myproxy.oauth2.base -
-
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.myproxy.oauth2.base
Methods in org.oa4mp.server.admin.myproxy.oauth2.base that return ClientApprovalStore Modifier and Type Method Description ClientApprovalStore
BaseClientStoreCommands. getClientApprovalStore()
Methods in org.oa4mp.server.admin.myproxy.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.
-