Uses of Class
org.oa4mp.delegation.client.request.AGResponse
-
Packages that use AGResponse Package Description org.oa4mp.delegation.client org.oa4mp.delegation.client.server This package contains classes that represent the server to the client.org.oa4mp.delegation.server.client -
-
Uses of AGResponse in org.oa4mp.delegation.client
Methods in org.oa4mp.delegation.client with parameters of type AGResponse Modifier and Type Method Description abstract URI
DelegationService. createRedirectURL(DelegationRequest delegationAssetRequest, AGResponse agResp)
-
Uses of AGResponse in org.oa4mp.delegation.client.server
Methods in org.oa4mp.delegation.client.server that return AGResponse Modifier and Type Method Description AGResponse
AGServer. processAGRequest(AGRequest acRequest)
-
Uses of AGResponse in org.oa4mp.delegation.server.client
Methods in org.oa4mp.delegation.server.client that return AGResponse Modifier and Type Method Description AGResponse
AGServer2. processAGRequest(AGRequest agRequest)
Accepts AGRequest, obtains auth code, packs said authCode into AGResponse and returns AGResponseMethods in org.oa4mp.delegation.server.client with parameters of type AGResponse Modifier and Type Method Description URI
DS2. createRedirectURL(DelegationRequest delegationAssetRequest, AGResponse agResp)
Creates redirect URL
-