|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.web.admin.AdminFeaturesPageJspBean
fr.paris.lutece.portal.web.rbac.RoleManagementJspBean
public class RoleManagementJspBean
This class provides methods for role management.
Field Summary | |
---|---|
static java.lang.String |
RIGHT_MANAGE_ROLES
|
Constructor Summary | |
---|---|
RoleManagementJspBean()
|
Method Summary | |
---|---|
java.lang.String |
doAssignUsers(javax.servlet.http.HttpServletRequest request)
Process the data capture form for assign users to a role |
java.lang.String |
doConfirmRemoveControlFromRole(javax.servlet.http.HttpServletRequest request)
Get the confirmation page before deletion of a control |
java.lang.String |
doConfirmRemoveRole(javax.servlet.http.HttpServletRequest request)
Get the confirmation page before deletion of a role |
java.lang.String |
doCreateRole(javax.servlet.http.HttpServletRequest request)
Perform the role creation. |
java.lang.String |
doModifyRole(javax.servlet.http.HttpServletRequest request)
Performs the modification of the role's key and description. |
java.lang.String |
doRemoveControlFromRole(javax.servlet.http.HttpServletRequest request)
Perform the role deletion. |
java.lang.String |
doRemoveRole(javax.servlet.http.HttpServletRequest request)
Perform the role deletion. |
java.lang.String |
doSelectPermissions(javax.servlet.http.HttpServletRequest request)
Perform the checks on the permission selection and redirects to the description of the role if ok. |
java.lang.String |
doSelectResources(javax.servlet.http.HttpServletRequest request)
Perform the checks on the resource selection method and perform the suitable redirection. |
java.lang.String |
doSelectResourcesFromIdsList(javax.servlet.http.HttpServletRequest request)
Perform the check on the resource id list selected on the specific id selection page perform the suitable redirection. |
java.lang.String |
doUnAssignUser(javax.servlet.http.HttpServletRequest request)
unassigns user from role |
java.lang.String |
getAddControlToRole(javax.servlet.http.HttpServletRequest request)
Get the first page of the control addition to a role. |
java.lang.String |
getAssignUsers(javax.servlet.http.HttpServletRequest request)
Returns the users assignation form |
java.lang.String |
getCreateRole(javax.servlet.http.HttpServletRequest request)
Get the role creation page. |
java.lang.String |
getManageRoles(javax.servlet.http.HttpServletRequest request)
Get the roles management page. |
java.lang.String |
getModifyRole(javax.servlet.http.HttpServletRequest request)
Get the role modification page. |
java.lang.String |
getSelectPermissions(javax.servlet.http.HttpServletRequest request)
Get the permission selection page. 2 methods are provided : wildcard selection : all permissions for this type are selected. |
java.lang.String |
getSelectSpecificIds(javax.servlet.http.HttpServletRequest request)
Get the list of ids corresponding to the current resource type. |
java.lang.String |
getViewRoleDescription(javax.servlet.http.HttpServletRequest request)
Get the page describing a role and the resource associated |
Methods inherited from class fr.paris.lutece.portal.web.admin.AdminFeaturesPageJspBean |
---|
getAdminPage, getFeatureIcon, getHomeUrl, getLocale, getPageTitle, getUser, init, populate, setFeatureIcon, setPageTitleProperty |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String RIGHT_MANAGE_ROLES
Constructor Detail |
---|
public RoleManagementJspBean()
Method Detail |
---|
public java.lang.String getManageRoles(javax.servlet.http.HttpServletRequest request)
request
- the http request
public java.lang.String getCreateRole(javax.servlet.http.HttpServletRequest request)
request
- the http request
public java.lang.String doCreateRole(javax.servlet.http.HttpServletRequest request)
request
- the http request
public java.lang.String getModifyRole(javax.servlet.http.HttpServletRequest request)
request
- the http request
public java.lang.String doModifyRole(javax.servlet.http.HttpServletRequest request)
request
- the http request
public java.lang.String doConfirmRemoveRole(javax.servlet.http.HttpServletRequest request)
request
- the http request
public java.lang.String doRemoveRole(javax.servlet.http.HttpServletRequest request)
request
- the http request
public java.lang.String getViewRoleDescription(javax.servlet.http.HttpServletRequest request)
request
- the http request
public java.lang.String doConfirmRemoveControlFromRole(javax.servlet.http.HttpServletRequest request)
request
- the http request
public java.lang.String doRemoveControlFromRole(javax.servlet.http.HttpServletRequest request)
request
- the http request
public java.lang.String getAddControlToRole(javax.servlet.http.HttpServletRequest request)
request
- the http request
public java.lang.String doSelectResources(javax.servlet.http.HttpServletRequest request)
request
- the http request
public java.lang.String getSelectSpecificIds(javax.servlet.http.HttpServletRequest request)
request
- the http request
public java.lang.String doSelectResourcesFromIdsList(javax.servlet.http.HttpServletRequest request)
request
- the http request
public java.lang.String getSelectPermissions(javax.servlet.http.HttpServletRequest request)
request
- the http request
public java.lang.String doSelectPermissions(javax.servlet.http.HttpServletRequest request)
request
- the http request
public java.lang.String getAssignUsers(javax.servlet.http.HttpServletRequest request)
request
- The Http request
public java.lang.String doAssignUsers(javax.servlet.http.HttpServletRequest request)
request
- The HTTP Request
public java.lang.String doUnAssignUser(javax.servlet.http.HttpServletRequest request)
request
- The HttpRequest
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |