Class GetRequest
- java.lang.Object
-
- org.oa4mp.server.loader.oauth2.cm.util.AbstractDDRequest
-
- org.oa4mp.server.loader.oauth2.cm.util.client.ClientRequest
-
- org.oa4mp.server.loader.oauth2.cm.util.client.GetRequest
-
- All Implemented Interfaces:
Request
public class GetRequest extends ClientRequest
Created by Jeff Gaynor
on 12/5/16 at 2:03 PM
-
-
Field Summary
-
Fields inherited from class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.cm.util.AbstractDDRequest
adminClient, client
-
-
Constructor Summary
Constructors Constructor Description GetRequest(AdminClient adminClient, OA2Client client)
-
Method Summary
-
Methods inherited from class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.cm.util.client.ClientRequest
process
-
Methods inherited from class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.cm.util.AbstractDDRequest
getAdminClient, getClient, hasAdminClient, hasClient
-
-
-
-
Constructor Detail
-
GetRequest
public GetRequest(AdminClient adminClient, OA2Client client)
-
-