Uses of Class
org.oa4mp.server.loader.oauth2.cm.util.client.RemoveRequest
-
Packages that use RemoveRequest Package Description edu.uiuc.ncsa.myproxy.oa4mp.oauth2.cm.util edu.uiuc.ncsa.myproxy.oa4mp.oauth2.cm.util.client -
-
Uses of RemoveRequest in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.cm.util
Methods in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.cm.util that return RemoveRequest Modifier and Type Method Description static RemoveRequest
RequestFactory. createRequest(AdminClient adminClient, TypeClient typeClient, ActionRemove actionRemove, OA2Client client, net.sf.json.JSON json)
-
Uses of RemoveRequest in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.cm.util.client
Methods in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.cm.util.client with parameters of type RemoveRequest Modifier and Type Method Description ClientResponse
ClientServer. remove(RemoveRequest request)
remove the client completely and all references to it.
-