Package org.onehippo.repository.security
Class SecurityConstants
- java.lang.Object
-
- org.onehippo.repository.security.SecurityConstants
-
public final class SecurityConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field 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; impliesUSERROLE_CONTENT_EDITOR
static String
USERROLE_CONTENT_AUTHOR
The user role representing a user (to be) granted author access on content; impliesUSERROLE_CONTENT_VIEWER
static String
USERROLE_CONTENT_EDITOR
The user role representing a user (to be) granted editor access on content; impliesUSERROLE_CONTENT_AUTHOR
static String
USERROLE_CONTENT_VIEWER
The user role representing a user (to be) granted read-only view access on contentstatic String
USERROLE_DEFAULT_USER_AUTHOR
The user role aggregating (implying) the standard user roles for the author user, assigned by default to the author groupstatic 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 groupstatic String
USERROLE_DEFAULT_USER_EDITOR
The user role aggregating (implying) the standard user roles for the editor user, assigned by default to the editor groupstatic 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 groupstatic 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; impliesUSERROLE_SECURITY_VIEWER
static String
USERROLE_SECURITY_USER_ADMIN
The user role representing a user (to be) granted access to user security administrative features; impliesUSERROLE_SECURITY_VIEWER
static String
USERROLE_SECURITY_VIEWER
The user role representing a user (to be) granted access to security administrative featuresstatic String
USERROLE_SYSTEM_ADMIN
The user role representing a user (to be) granted access to system administrative features; impliesUSERROLE_REPOSITORY_ADMIN
-
-
-
Field Detail
-
CONFIGURATION_FOLDER_PATH
public static final String CONFIGURATION_FOLDER_PATH
- See Also:
- Constant Field Values
-
CONFIGURATION_FOLDER_PATH_PREFIX
public static final String CONFIGURATION_FOLDER_PATH_PREFIX
- See Also:
- Constant Field Values
-
CONFIG_DOMAINS_PATH
public static final String CONFIG_DOMAINS_PATH
- See Also:
- Constant Field Values
-
CONFIG_GROUPS_PATH
public static final String CONFIG_GROUPS_PATH
- See Also:
- Constant Field Values
-
CONFIG_ROLES_PATH
public static final String CONFIG_ROLES_PATH
- See Also:
- Constant Field Values
-
CONFIG_SECURITY_PATH
public static final String CONFIG_SECURITY_PATH
- See Also:
- Constant Field Values
-
CONFIG_USERROLES_PATH
public static final String CONFIG_USERROLES_PATH
- See Also:
- Constant Field Values
-
CONFIG_USERS_PATH
public static final String CONFIG_USERS_PATH
- See Also:
- Constant Field Values
-
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_SYSTEM_ADMIN
public static final String USERROLE_SYSTEM_ADMIN
The user role representing a user (to be) granted access to system administrative features; impliesUSERROLE_REPOSITORY_ADMIN
- 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_SECURITY_USER_ADMIN
public static final String USERROLE_SECURITY_USER_ADMIN
The user role representing a user (to be) granted access to user security administrative features; impliesUSERROLE_SECURITY_VIEWER
- 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; impliesUSERROLE_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_CONTENT_AUTHOR
public static final String USERROLE_CONTENT_AUTHOR
The user role representing a user (to be) granted author access on content; impliesUSERROLE_CONTENT_VIEWER
- See Also:
- Constant Field Values
-
USERROLE_CONTENT_EDITOR
public static final String USERROLE_CONTENT_EDITOR
The user role representing a user (to be) granted editor access on content; impliesUSERROLE_CONTENT_AUTHOR
- See Also:
- Constant Field Values
-
USERROLE_CONTENT_ADMIN
public static final String USERROLE_CONTENT_ADMIN
The user role representing a user (to be) granted admin access on content; impliesUSERROLE_CONTENT_EDITOR
- 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
-
-