com.jalios.jcms.accesscontrol
Interface AccessControlConstants

All Known Implementing Classes:
AccessControlList, AccessControlManager, AccessControlUtil, Group

public interface AccessControlConstants

Constant used for Access Control related operation.

Since:
jcms-7.0
Version:
$Revision: 36987 $

Field Summary
static String ADMIN_RESOURCE
          Prefix of any resource which requires administration area access
static String CTXT_DATA
          Context key used to store the data of the current access request (if any)
static String CTXT_WORKSPACE
          Context key used to store the workspace of the current access request (if any)
static String GRP_EDIT_RESOURCE
          Global ACL Resource which gives group edition right in administration area.
static String MBR_EDIT_RESOURCE
          Global ACL Resource which gives member edition right in administration area.
static String WORKSPACE_ADMIN_RESOURCE
          Prefix of any resource which requires workspace administration area access
static String WS_EDIT_RESOURCE
          Global ACL Resource which gives Workspace edition right in administration area.
static String WSGRP_EDIT_RESOURCE
          Workspace ACL Resource which gives group edition right in a workspace.
static String WSMBR_EDIT_RESOURCE
          Workspace ACL Resource which gives member edition right in a workspace.
 

Field Detail

CTXT_WORKSPACE

static final String CTXT_WORKSPACE
Context key used to store the workspace of the current access request (if any)

See Also:
Constant Field Values

CTXT_DATA

static final String CTXT_DATA
Context key used to store the data of the current access request (if any)

See Also:
Constant Field Values

ADMIN_RESOURCE

static final String ADMIN_RESOURCE
Prefix of any resource which requires administration area access

See Also:
Constant Field Values

WORKSPACE_ADMIN_RESOURCE

static final String WORKSPACE_ADMIN_RESOURCE
Prefix of any resource which requires workspace administration area access

See Also:
Constant Field Values

WS_EDIT_RESOURCE

static final String WS_EDIT_RESOURCE
Global ACL Resource which gives Workspace edition right in administration area.

"admin/work/workspace"

Since:
jcms-7.1
See Also:
Constant Field Values

GRP_EDIT_RESOURCE

static final String GRP_EDIT_RESOURCE
Global ACL Resource which gives group edition right in administration area.

"admin/users/group"

Since:
jcms-7.1
See Also:
Constant Field Values

MBR_EDIT_RESOURCE

static final String MBR_EDIT_RESOURCE
Global ACL Resource which gives member edition right in administration area.

"admin/users/member"

Since:
jcms-7.1
See Also:
Constant Field Values

WSMBR_EDIT_RESOURCE

static final String WSMBR_EDIT_RESOURCE
Workspace ACL Resource which gives member edition right in a workspace.

"admin-ws/member-edit"

Since:
jcms-7.1 Value modified in jcms-7.1.1
See Also:
Constant Field Values

WSGRP_EDIT_RESOURCE

static final String WSGRP_EDIT_RESOURCE
Workspace ACL Resource which gives group edition right in a workspace.

"admin-ws/users/group"

Since:
jcms-7.1
See Also:
Constant Field Values


Copyright © 2001-2010 Jalios SA. All Rights Reserved.