Uses of Class
org.oa4mp.server.loader.oauth2.cm.util.permissions.PermissionResponse
-
Packages that use PermissionResponse Package Description edu.uiuc.ncsa.myproxy.oa4mp.oauth2.cm.util edu.uiuc.ncsa.myproxy.oa4mp.oauth2.cm.util.permissions -
-
Uses of PermissionResponse in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.cm.util
Methods in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.cm.util with parameters of type PermissionResponse Modifier and Type Method Description protected void
ResponseSerializer. serialize(PermissionResponse response, javax.servlet.http.HttpServletResponse servletResponse)
-
Uses of PermissionResponse in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.cm.util.permissions
Subclasses of PermissionResponse in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.cm.util.permissions Modifier and Type Class Description class
AddClientResponse
Created by Jeff Gaynor
on 12/1/16 at 2:10 PMclass
ListAdminsResponse
Created by Jeff Gaynor
on 12/1/16 at 11:05 AMclass
ListClientResponse
Created by Jeff Gaynor
on 12/1/16 at 11:28 AMMethods in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.cm.util.permissions that return PermissionResponse Modifier and Type Method Description PermissionResponse
PermissionServer. addClient(AddClientRequest request)
Adds a given client to the list of clients managed by this adminPermissionResponse
PermissionServer. listAdmins(ListAdminsRequest request)
Returns a list of admins for a given client.PermissionResponse
PermissionServer. listClients(ListClientsRequest request)
PermissionResponse
PermissionServer. removeClient(RemoveClientRequest request)
removes a client from management by an admin.
-