Interface AccessControlConstants

    • Field Summary

      Fields 
      Modifier and Type Field 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 DBMBR_EDIT_RESOURCE
      Global ACL Resource which gives DB member edition right in administration area.
      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.
    • Field Detail

      • CTXT_WORKSPACE

        static final java.lang.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 java.lang.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 java.lang.String ADMIN_RESOURCE
        Prefix of any resource which requires administration area access
        See Also:
        Constant Field Values
      • WORKSPACE_ADMIN_RESOURCE

        static final java.lang.String WORKSPACE_ADMIN_RESOURCE
        Prefix of any resource which requires workspace administration area access
        See Also:
        Constant Field Values
      • WS_EDIT_RESOURCE

        static final java.lang.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 java.lang.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 java.lang.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
      • DBMBR_EDIT_RESOURCE

        static final java.lang.String DBMBR_EDIT_RESOURCE
        Global ACL Resource which gives DB member edition right in administration area.

        "admin/users/dbmember"

        Since:
        jcms-10.0.3
        See Also:
        Constant Field Values
      • WSMBR_EDIT_RESOURCE

        static final java.lang.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 java.lang.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