public final class SecurityConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CONFIG_DOMAINS_PATH |
static String |
CONFIG_GROUPS_PATH |
static String |
CONFIG_ROLES_PATH |
static String |
CONFIG_SECURITY_PATH |
static String |
CONFIG_USERROLES_PATH |
static String |
CONFIG_USERS_PATH |
static String |
CONFIGURATION_FOLDER_PATH |
static String |
CONFIGURATION_FOLDER_PATH_PREFIX |
static String |
USERROLE_CONTENT_ADMIN
The user role representing a user (to be) granted admin access on content; implies
USERROLE_CONTENT_EDITOR |
static String |
USERROLE_CONTENT_AUTHOR
The user role representing a user (to be) granted author access on content; implies
USERROLE_CONTENT_VIEWER |
static String |
USERROLE_CONTENT_EDITOR
The user role representing a user (to be) granted editor access on content; implies
USERROLE_CONTENT_AUTHOR |
static String |
USERROLE_CONTENT_VIEWER
The user role representing a user (to be) granted read-only view access on content
|
static 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
|
static 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
|
static 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
|
static 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
|
static String |
USERROLE_REPOSITORY_ADMIN
The user role representing a user (to be) granted jcr:all (everything) everywhere (domain everywhere)
|
static String |
USERROLE_REPOSITORY_BROWSER_USER
The user role representing a user who is allowed to log in into the repository servlet.
|
static 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.
|
static String |
USERROLE_SECURITY_APPLICATION_ADMIN
The user role representing a user (to be) granted access to application security administrative features; implies
USERROLE_SECURITY_VIEWER |
static String |
USERROLE_SECURITY_USER_ADMIN
The user role representing a user (to be) granted access to user security administrative features; implies
USERROLE_SECURITY_VIEWER |
static String |
USERROLE_SECURITY_VIEWER
The user role representing a user (to be) granted access to security administrative features
|
static String |
USERROLE_SYSTEM_ADMIN
The user role representing a user (to be) granted access to system administrative features; implies
USERROLE_REPOSITORY_ADMIN |
public static final String CONFIGURATION_FOLDER_PATH
public static final String CONFIGURATION_FOLDER_PATH_PREFIX
public static final String CONFIG_DOMAINS_PATH
public static final String CONFIG_GROUPS_PATH
public static final String CONFIG_ROLES_PATH
public static final String CONFIG_SECURITY_PATH
public static final String CONFIG_USERROLES_PATH
public static final String CONFIG_USERS_PATH
public static final String USERROLE_REPOSITORY_ADMIN
public static final String USERROLE_SYSTEM_ADMIN
USERROLE_REPOSITORY_ADMIN
public static final String USERROLE_SECURITY_VIEWER
public static final String USERROLE_SECURITY_USER_ADMIN
USERROLE_SECURITY_VIEWER
public static final String USERROLE_REPOSITORY_BROWSER_USER
public static final String USERROLE_SECURITY_APPLICATION_ADMIN
USERROLE_SECURITY_VIEWER
public static final String USERROLE_CONTENT_VIEWER
public static final String USERROLE_CONTENT_AUTHOR
USERROLE_CONTENT_VIEWER
public static final String USERROLE_CONTENT_EDITOR
USERROLE_CONTENT_AUTHOR
public static final String USERROLE_CONTENT_ADMIN
USERROLE_CONTENT_EDITOR
public static final String USERROLE_REPOSITORY_READER
public static final String USERROLE_DEFAULT_USER_AUTHOR
public static final String USERROLE_DEFAULT_USER_EDITOR
public static final String USERROLE_DEFAULT_USER_SYSTEM_ADMIN
public static final String USERROLE_DEFAULT_USER_CMS_ADMIN
Copyright © 2007–2019 Hippo B.V. (http://www.onehippo.com). All rights reserved.