Uses of Class
org.oa4mp.server.loader.oauth2.cm.util.attributes.AttributeClientResponse
-
Packages that use AttributeClientResponse Package Description edu.uiuc.ncsa.myproxy.oa4mp.oauth2.cm.util edu.uiuc.ncsa.myproxy.oa4mp.oauth2.cm.util.attributes -
-
Uses of AttributeClientResponse in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.cm.util
Methods in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.cm.util with parameters of type AttributeClientResponse Modifier and Type Method Description protected void
ResponseSerializer. serialize(AttributeClientResponse response, javax.servlet.http.HttpServletResponse servletResponse)
-
Uses of AttributeClientResponse in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.cm.util.attributes
Subclasses of AttributeClientResponse in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.cm.util.attributes Modifier and Type Class Description class
AttributeGetClientResponse
Created by Jeff Gaynor
on 4/10/17 at 12:35 PMMethods in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.cm.util.attributes that return AttributeClientResponse Modifier and Type Method Description protected AttributeClientResponse
AttributeServer. getClientAttributes(AttributeGetRequest request)
protected AttributeClientResponse
AttributeServer. removeClient(AttributeRemoveRequest request)
Remove a subset of attributes for client.protected AttributeClientResponse
AttributeServer. setClientAttribute(AttributeSetClientRequest request)
-