Uses of Class
org.oa4mp.server.loader.oauth2.cm.util.attributes.AttributeRemoveRequest
-
Packages that use AttributeRemoveRequest Package Description edu.uiuc.ncsa.myproxy.oa4mp.oauth2.cm.util edu.uiuc.ncsa.myproxy.oa4mp.oauth2.cm.util.attributes -
-
Uses of AttributeRemoveRequest in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.cm.util
Methods in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.cm.util that return AttributeRemoveRequest Modifier and Type Method Description static AttributeRemoveRequest
RequestFactory. createRequest(AdminClient aSubj, TypeAttribute typeAttribute, ActionRemove actionRemove, OA2Client cTarget, net.sf.json.JSON content)
-
Uses of AttributeRemoveRequest in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.cm.util.attributes
Methods in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.cm.util.attributes with parameters of type AttributeRemoveRequest Modifier and Type Method Description Response
AttributeServer. remove(AttributeRemoveRequest request)
protected AttributeAdminClientResponse
AttributeServer. removeAdminClient(AttributeRemoveRequest request)
Remove a subset of attributes for an admin client.protected AttributeClientResponse
AttributeServer. removeClient(AttributeRemoveRequest request)
Remove a subset of attributes for client.
-