public interface PermissionsAction
| Modifier and Type | Method and Description |
|---|---|
org.apache.struts.action.ActionForward |
addUser(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Add a new Protocol User to the list of users who can access a protocol.
|
org.apache.struts.action.ActionForward |
confirmDeletePermissionsUser(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
If the the end-user confirms that a user must be deleted from the list of
protocol users, then do so.
|
org.apache.struts.action.ActionForward |
deleteUser(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Delete a Protocol User from the list of users who can access a protocol.
|
org.apache.struts.action.ActionForward |
editRoles(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Display the Edit Roles HTML web page.
|
org.apache.struts.action.ActionForward |
getPermissionsRoleRights(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Get the HTML Page for viewing the Rights (Permissions) for all of
the Protocol Roles (Aggregator, Viewer, etc.).
|
org.apache.struts.action.ActionForward |
setEditRoles(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Set the roles for a user for a given protocol.
|
org.apache.struts.action.ActionForward getPermissionsRoleRights(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
Exceptionorg.apache.struts.action.ActionForward addUser(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
Exceptionorg.apache.struts.action.ActionForward deleteUser(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
Exceptionorg.apache.struts.action.ActionForward confirmDeletePermissionsUser(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
Exceptionorg.apache.struts.action.ActionForward editRoles(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
Exceptionorg.apache.struts.action.ActionForward setEditRoles(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
ExceptionCopyright © 2013 The Kuali Foundation. All Rights Reserved.