Class CallbackResponse
- java.lang.Object
-
- org.oa4mp.delegation.client.request.BasicResponse
-
- org.oa4mp.delegation.client.request.CallbackResponse
-
- All Implemented Interfaces:
Response
public class CallbackResponse extends BasicResponse
Created by Jeff Gaynor
on May 12, 2011 at 1:05:23 PM
-
-
Constructor Summary
Constructors Constructor Description CallbackResponse()
-
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
-
-
-
-
Method Detail
-
getAuthorizationGrant
public AuthorizationGrant getAuthorizationGrant()
-
setAuthorizationGrant
public void setAuthorizationGrant(AuthorizationGrant authorizationGrant)
-
-