Class UIResponse
- java.lang.Object
-
- org.oa4mp.delegation.client.request.BasicResponse
-
- org.oa4mp.delegation.client.request.ATResponse
-
- org.oa4mp.delegation.client.request.UIResponse
-
- All Implemented Interfaces:
Response
public class UIResponse extends ATResponse
Created with IntelliJ IDEA. User: wedwards Date: 1/30/14 Time: 4:45 PM For now/development, we'll only look at the raw JSON, but should eventually add functionality to unpack it and populate UserInfo fields
-
-
Constructor Summary
Constructors Constructor Description UIResponse(AccessToken at, String rawJSON)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getRawJSON()
void
setRawJSON(String rawJSON)
-
Methods inherited from class edu.uiuc.ncsa.oa4mp.delegation.client.request.ATResponse
getAccessToken, setAccessToken
-
Methods inherited from class edu.uiuc.ncsa.oa4mp.delegation.client.request.BasicResponse
getParameters, setParameters
-
-
-
-
Constructor Detail
-
UIResponse
public UIResponse(AccessToken at, String rawJSON)
-
-