Uses of Class
org.oa4mp.delegation.client.request.AGRequest
-
Packages that use AGRequest Package Description edu.uiuc.ncsa.oa4mp.delegation.client.server This package contains classes that represent the server to the client.edu.uiuc.ncsa.oa4mp.delegation.oa2.client -
-
Uses of AGRequest in edu.uiuc.ncsa.oa4mp.delegation.client.server
Methods in edu.uiuc.ncsa.oa4mp.delegation.client.server with parameters of type AGRequest Modifier and Type Method Description AGResponse
AGServer. processAGRequest(AGRequest acRequest)
-
Uses of AGRequest in edu.uiuc.ncsa.oa4mp.delegation.oa2.client
Methods in edu.uiuc.ncsa.oa4mp.delegation.oa2.client with parameters of type AGRequest Modifier and Type Method Description AGResponse
AGServer2. processAGRequest(AGRequest agRequest)
Accepts AGRequest, obtains auth code, packs said authCode into AGResponse and returns AGResponse
-