Class AttributeGetAdminClientResponse
- java.lang.Object
-
- org.oa4mp.server.loader.oauth2.cm.util.attributes.AttributeAdminClientResponse
-
- org.oa4mp.server.loader.oauth2.cm.util.attributes.AttributeGetAdminClientResponse
-
- All Implemented Interfaces:
Response
public class AttributeGetAdminClientResponse extends AttributeAdminClientResponse
Created by Jeff Gaynor
on 4/17/17 at 1:06 PM
-
-
Constructor Summary
Constructors Constructor Description AttributeGetAdminClientResponse(AdminClient adminClient, 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.AttributeAdminClientResponse
getAdminClient, setAdminClient
-
-
-
-
Constructor Detail
-
AttributeGetAdminClientResponse
public AttributeGetAdminClientResponse(AdminClient adminClient, List<String> attributes)
-
-