Class AttributeRemoveRequest
- java.lang.Object
-
- org.oa4mp.server.loader.oauth2.cm.util.AbstractDDRequest
-
- org.oa4mp.server.loader.oauth2.cm.util.attributes.AttributeRequest
-
- org.oa4mp.server.loader.oauth2.cm.util.attributes.AttributeRemoveRequest
-
- All Implemented Interfaces:
Request
public class AttributeRemoveRequest extends AttributeRequest
Created by Jeff Gaynor
on 11/30/16 at 4:19 PM
-
-
Field Summary
-
Fields inherited from class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.cm.util.AbstractDDRequest
adminClient, client
-
-
Constructor Summary
Constructors Constructor Description AttributeRemoveRequest(AdminClient adminClient, OA2Client client, List<String> attributes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getAttributes()
-
Methods inherited from class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.cm.util.attributes.AttributeRequest
process
-
Methods inherited from class edu.uiuc.ncsa.myproxy.oa4mp.oauth2.cm.util.AbstractDDRequest
getAdminClient, getClient, hasAdminClient, hasClient
-
-