Uses of Class
org.oa4mp.delegation.client.request.AGRequest
-
Packages that use AGRequest Package Description org.oa4mp.delegation.client.server This package contains classes that represent the server to the client.org.oa4mp.delegation.server.client -
-
Uses of AGRequest in org.oa4mp.delegation.client.server
Methods in org.oa4mp.delegation.client.server with parameters of type AGRequest Modifier and Type Method Description AGResponse
AGServer. processAGRequest(AGRequest acRequest)
-
Uses of AGRequest in org.oa4mp.delegation.server.client
Methods in org.oa4mp.delegation.server.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
-