Uses of Class
org.oa4mp.server.api.actions.things.admin.ActionRemove
-
Packages that use ActionRemove Package Description edu.uiuc.ncsa.myproxy.oa4mp.oauth2.cm edu.uiuc.ncsa.myproxy.oa4mp.oauth2.cm.util -
-
Uses of ActionRemove in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.cm
Methods in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.cm with parameters of type ActionRemove Modifier and Type Method Description protected Response
ManagerFacade. process(AdminClient subject, OA2Client target, ActionRemove actionRemove, net.sf.json.JSONObject rawJSON)
-
Uses of ActionRemove in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.cm.util
Methods in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.cm.util with parameters of type ActionRemove Modifier and Type Method Description static AttributeRemoveRequest
RequestFactory. createRequest(AdminClient aSubj, TypeAttribute typeAttribute, ActionRemove actionRemove, OA2Client cTarget, net.sf.json.JSON content)
static RemoveRequest
RequestFactory. createRequest(AdminClient adminClient, TypeClient typeClient, ActionRemove actionRemove, OA2Client client, net.sf.json.JSON json)
static RemoveClientRequest
RequestFactory. createRequest(AdminClient adminClient, TypePermission typeP, ActionRemove actionRemove, OA2Client client, net.sf.json.JSON json)
-