Class SecurityConstants


  • public final class SecurityConstants
    extends Object
    • Field Detail

      • USERROLE_REPOSITORY_ADMIN

        public static final String USERROLE_REPOSITORY_ADMIN
        The user role representing a user (to be) granted jcr:all (everything) everywhere (domain everywhere)
        See Also:
        Constant Field Values
      • USERROLE_SECURITY_VIEWER

        public static final String USERROLE_SECURITY_VIEWER
        The user role representing a user (to be) granted access to security administrative features
        See Also:
        Constant Field Values
      • USERROLE_REPOSITORY_BROWSER_USER

        public static final String USERROLE_REPOSITORY_BROWSER_USER
        The user role representing a user who is allowed to log in into the repository servlet. It does not grant *any* JCR node privileges
        See Also:
        Constant Field Values
      • USERROLE_SECURITY_APPLICATION_ADMIN

        public static final String USERROLE_SECURITY_APPLICATION_ADMIN
        The user role representing a user (to be) granted access to application security administrative features; implies USERROLE_SECURITY_VIEWER
        See Also:
        Constant Field Values
      • USERROLE_CONTENT_VIEWER

        public static final String USERROLE_CONTENT_VIEWER
        The user role representing a user (to be) granted read-only view access on content
        See Also:
        Constant Field Values
      • USERROLE_REPOSITORY_READER

        public static final String USERROLE_REPOSITORY_READER
        The user role representing a (system) user which need read access everywhere, for example the user that needs to read all kind of configuration but never modify it. For this, the everywhere domain grants the authrole readonly to users with this userrole.
        See Also:
        Constant Field Values
      • USERROLE_DEFAULT_USER_AUTHOR

        public static final String USERROLE_DEFAULT_USER_AUTHOR
        The user role aggregating (implying) the standard user roles for the author user, assigned by default to the author group
        See Also:
        Constant Field Values
      • USERROLE_DEFAULT_USER_EDITOR

        public static final String USERROLE_DEFAULT_USER_EDITOR
        The user role aggregating (implying) the standard user roles for the editor user, assigned by default to the editor group
        See Also:
        Constant Field Values
      • USERROLE_DEFAULT_USER_SYSTEM_ADMIN

        public static final String USERROLE_DEFAULT_USER_SYSTEM_ADMIN
        The user role aggregating (implying) the standard user roles for the system-admin user, assigned by default to the admin group
        See Also:
        Constant Field Values
      • USERROLE_DEFAULT_USER_CMS_ADMIN

        public static final String USERROLE_DEFAULT_USER_CMS_ADMIN
        The user role aggregating (implying) the standard user roles for the cms-admin user, assigned by default to the cms-admin group
        See Also:
        Constant Field Values