public interface AccessControlConstants
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ADMIN_RESOURCE
Prefix of any resource which requires administration area access
|
static java.lang.String |
CTXT_DATA
Context key used to store the data of the current access request (if any)
|
static java.lang.String |
CTXT_WORKSPACE
Context key used to store the workspace of the current access request (if any)
|
static java.lang.String |
GRP_EDIT_RESOURCE
Global ACL Resource which gives group edition right in administration area.
|
static java.lang.String |
MBR_EDIT_RESOURCE
Global ACL Resource which gives member edition right in administration area.
|
static java.lang.String |
WORKSPACE_ADMIN_RESOURCE
Prefix of any resource which requires workspace administration area access
|
static java.lang.String |
WS_EDIT_RESOURCE
Global ACL Resource which gives Workspace edition right in administration area.
|
static java.lang.String |
WSGRP_EDIT_RESOURCE
Workspace ACL Resource which gives group edition right in a workspace.
|
static java.lang.String |
WSMBR_EDIT_RESOURCE
Workspace ACL Resource which gives member edition right in a workspace.
|
static final java.lang.String CTXT_WORKSPACE
static final java.lang.String CTXT_DATA
static final java.lang.String ADMIN_RESOURCE
static final java.lang.String WORKSPACE_ADMIN_RESOURCE
static final java.lang.String WS_EDIT_RESOURCE
"admin/work/workspace"
static final java.lang.String GRP_EDIT_RESOURCE
"admin/users/group"
static final java.lang.String MBR_EDIT_RESOURCE
"admin/users/member"
static final java.lang.String WSMBR_EDIT_RESOURCE
"admin-ws/member-edit"
static final java.lang.String WSGRP_EDIT_RESOURCE
"admin-ws/users/group"
Copyright © 2001-2017 Jalios SA. All Rights Reserved.