Package org.nuxeo.ecm.core.api.security
Interface SecurityConstants
public interface SecurityConstants
- Author:
- Bogdan Stefanescu
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
Deprecated.since 5.3.1 administrator user names are configurable on user manager Too many references to this constant, no clean for LTS 2017static final String
Deprecated.since 5.3.1 administrators groups are configurable on user manager Too many references to this constant, no clean for LTS 2017static final String
Deprecated.since 5.3.1 anonymous user name is configurable on user manager Too many references to this constant, no clean for LTS 2017static final String
static final String
static final String
static final String
Permission needed to turn a document into a record.static final String
Permission needed to manage the legal hold of a record.static final String
static final String
Deprecated.since 5.3.1 default group is configurable on user manager Too many references to this constant, no clean for LTS 2017static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
Name of the user group allowed to remove records if retention mode is not in compliance mode.static final String
static final String
static final String
static final String
Permission needed to set the retention date of a record.static final String
static final String
static final String
Permission needed to unset the retention date of a record.static final String
Flag that can be used as principal to mark an unsupported ACL.static final String
static final String
static final String
static final String
Permission needed to move document's main content to cold storage.static final String
static final String
static final String
static final String
-
Field Details
-
SYSTEM_USERNAME
- See Also:
-
ADMINISTRATOR
Deprecated.since 5.3.1 administrator user names are configurable on user manager Too many references to this constant, no clean for LTS 2017- See Also:
-
ANONYMOUS
Deprecated.since 5.3.1 anonymous user name is configurable on user manager Too many references to this constant, no clean for LTS 2017- See Also:
-
ADMINISTRATORS
Deprecated.since 5.3.1 administrators groups are configurable on user manager Too many references to this constant, no clean for LTS 2017- See Also:
-
MEMBERS
Deprecated.since 5.3.1 default group is configurable on user manager Too many references to this constant, no clean for LTS 2017- See Also:
-
RECORDS_CLEANER_GROUP
Name of the user group allowed to remove records if retention mode is not in compliance mode.- Since:
- 11.5
- See Also:
-
EVERYONE
- See Also:
-
EVERYTHING
- See Also:
-
RESTRICTED_READ
- See Also:
-
READ
- See Also:
-
WRITE
- See Also:
-
READ_WRITE
- See Also:
-
REMOVE
- See Also:
-
VERSION
- See Also:
-
READ_VERSION
- See Also:
-
WRITE_VERSION
- See Also:
-
BROWSE
- See Also:
-
WRITE_SECURITY
- See Also:
-
READ_SECURITY
- See Also:
-
READ_PROPERTIES
- See Also:
-
WRITE_PROPERTIES
- See Also:
-
READ_CHILDREN
- See Also:
-
ADD_CHILDREN
- See Also:
-
REMOVE_CHILDREN
- See Also:
-
READ_LIFE_CYCLE
- See Also:
-
WRITE_LIFE_CYCLE
- See Also:
-
MANAGE_WORKFLOWS
- See Also:
-
VIEW_WORKLFOW
- See Also:
-
UNLOCK
- See Also:
-
UNSUPPORTED_ACL
Flag that can be used as principal to mark an unsupported ACL.- See Also:
-
MAKE_RECORD
Permission needed to turn a document into a record.- Since:
- 11.1
- See Also:
-
SET_RETENTION
Permission needed to set the retention date of a record. -
UNSET_RETENTION
Permission needed to unset the retention date of a record. -
MANAGE_LEGAL_HOLD
Permission needed to manage the legal hold of a record. -
WRITE_COLD_STORAGE
Permission needed to move document's main content to cold storage.- Since:
- 11.1
- See Also:
-