Uses of Class
org.oa4mp.server.loader.oauth2.cm.util.attributes.AttributeGetRequest
-
Packages that use AttributeGetRequest Package Description edu.uiuc.ncsa.myproxy.oa4mp.oauth2.cm.util edu.uiuc.ncsa.myproxy.oa4mp.oauth2.cm.util.attributes -
-
Uses of AttributeGetRequest in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.cm.util
Methods in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.cm.util that return AttributeGetRequest Modifier and Type Method Description static AttributeGetRequest
RequestFactory. createRequest(AdminClient aSubj, TypeAttribute typeAttribute, ActionGet actionGet, OA2Client cTarget, net.sf.json.JSON content)
-
Uses of AttributeGetRequest 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 AttributeGetRequest Modifier and Type Method Description Response
AttributeServer. get(AttributeGetRequest request)
protected AttributeGetAdminClientResponse
AttributeServer. getAdminClientAttributes(AttributeGetRequest request)
protected AttributeClientResponse
AttributeServer. getClientAttributes(AttributeGetRequest request)
-