Class AGResponse
- java.lang.Object
-
- org.oa4mp.delegation.client.request.BasicResponse
-
- org.oa4mp.delegation.client.request.AGResponse
-
- All Implemented Interfaces:
Response
public class AGResponse extends BasicResponse
Created by Jeff Gaynor
on Apr 13, 2011 at 3:38:49 PM
-
-
Constructor Summary
Constructors Constructor Description AGResponse(AuthorizationGrant authorizationGrant)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthorizationGrant
getAuthorizationGrant()
void
setAuthorizationGrant(AuthorizationGrant authorizationGrant)
-
Methods inherited from class org.oa4mp.delegation.client.request.BasicResponse
getParameters, getRawResponse, setParameters, setRawResponse
-
-
-
-
Constructor Detail
-
AGResponse
public AGResponse(AuthorizationGrant authorizationGrant)
-
-
Method Detail
-
getAuthorizationGrant
public AuthorizationGrant getAuthorizationGrant()
-
setAuthorizationGrant
public void setAuthorizationGrant(AuthorizationGrant authorizationGrant)
-
-