Uses of Class
org.oa4mp.delegation.server.storage.ClientApproval
-
-
Uses of ClientApproval in edu.uiuc.ncsa.myproxy.oauth2.base
Methods in edu.uiuc.ncsa.myproxy.oauth2.base with parameters of type ClientApproval Modifier and Type Method Description boolean
ClientApprovalStoreCommands. approve(ClientApproval ca)
protected String
BaseClientStoreCommands. format(BaseClient client, ClientApproval ca)
protected int
BaseClientStoreCommands. longFormat(BaseClient client, ClientApproval clientApproval, boolean isVerbose)
-
Uses of ClientApproval in edu.uiuc.ncsa.myproxy.oauth2.tools.migrate
Methods in edu.uiuc.ncsa.myproxy.oauth2.tools.migrate with parameters of type ClientApproval Modifier and Type Method Description protected boolean
FSMigrater. approvalCheck(ClientApproval clientApproval)
-
Uses of ClientApproval in edu.uiuc.ncsa.oa4mp.delegation.server.storage
Classes in edu.uiuc.ncsa.oa4mp.delegation.server.storage with type parameters of type ClientApproval Modifier and Type Interface Description interface
ClientApprovalStore<V extends ClientApproval>
Created by Jeff Gaynor
on 1/9/12 at 4:47 PM -
Uses of ClientApproval in edu.uiuc.ncsa.oa4mp.delegation.server.storage.impl
Classes in edu.uiuc.ncsa.oa4mp.delegation.server.storage.impl with type parameters of type ClientApproval Modifier and Type Class Description class
FSClientApprovalStore<V extends ClientApproval>
A store for client approvals.
-