Package org.onehippo.repository.security
Class SecurityConstants
java.lang.Object
org.onehippo.repository.security.SecurityConstants
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
The user role representing a user (to be) granted admin access on content; impliesUSERROLE_CONTENT_EDITOR
static final String
The user role representing a user (to be) granted author access on content; impliesUSERROLE_CONTENT_VIEWER
static final String
The user role representing a user (to be) granted editor access on content; impliesUSERROLE_CONTENT_AUTHOR
static final String
The user role representing a user (to be) granted read-only view access on contentstatic final String
The user role aggregating (implying) the standard user roles for the author user, assigned by default to the author groupstatic final String
The user role aggregating (implying) the standard user roles for the cms-admin user, assigned by default to the cms-admin groupstatic final String
The user role aggregating (implying) the standard user roles for the editor user, assigned by default to the editor groupstatic final String
The user role aggregating (implying) the standard user roles for the system-admin user, assigned by default to the admin groupstatic final String
The user role representing a user (to be) granted jcr:all (everything) everywhere (domain everywhere)static final String
The user role representing a user who is allowed to log in into the repository servlet.static final String
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.static final String
The user role representing a user (to be) granted access to application security administrative features; impliesUSERROLE_SECURITY_VIEWER
static final String
The user role representing a user (to be) granted access to user security administrative features; impliesUSERROLE_SECURITY_VIEWER
static final String
The user role representing a user (to be) granted access to security administrative featuresstatic final String
The user role representing a user (to be) granted access to system administrative features; impliesUSERROLE_REPOSITORY_ADMIN
-
Method Summary
-
Field Details
-
CONFIGURATION_FOLDER_PATH
- See Also:
-
CONFIGURATION_FOLDER_PATH_PREFIX
- See Also:
-
CONFIG_DOMAINS_PATH
- See Also:
-
CONFIG_GROUPS_PATH
- See Also:
-
CONFIG_ROLES_PATH
- See Also:
-
CONFIG_SECURITY_PATH
- See Also:
-
CONFIG_USERROLES_PATH
- See Also:
-
CONFIG_USERS_PATH
- See Also:
-
USERROLE_REPOSITORY_ADMIN
The user role representing a user (to be) granted jcr:all (everything) everywhere (domain everywhere)- See Also:
-
USERROLE_SYSTEM_ADMIN
The user role representing a user (to be) granted access to system administrative features; impliesUSERROLE_REPOSITORY_ADMIN
- See Also:
-
USERROLE_SECURITY_VIEWER
The user role representing a user (to be) granted access to security administrative features- See Also:
-
USERROLE_SECURITY_USER_ADMIN
The user role representing a user (to be) granted access to user security administrative features; impliesUSERROLE_SECURITY_VIEWER
- See Also:
-
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:
-
USERROLE_SECURITY_APPLICATION_ADMIN
The user role representing a user (to be) granted access to application security administrative features; impliesUSERROLE_SECURITY_VIEWER
- See Also:
-
USERROLE_CONTENT_VIEWER
The user role representing a user (to be) granted read-only view access on content- See Also:
-
USERROLE_CONTENT_AUTHOR
The user role representing a user (to be) granted author access on content; impliesUSERROLE_CONTENT_VIEWER
- See Also:
-
USERROLE_CONTENT_EDITOR
The user role representing a user (to be) granted editor access on content; impliesUSERROLE_CONTENT_AUTHOR
- See Also:
-
USERROLE_CONTENT_ADMIN
The user role representing a user (to be) granted admin access on content; impliesUSERROLE_CONTENT_EDITOR
- See Also:
-
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:
-
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:
-
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:
-
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:
-
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:
-