Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.api.security
Interface SecurityConstants


public interface SecurityConstants

Author:
Bogdan Stefanescu

Field Summary
static String ADD_CHILDREN
           
static String ADMINISTRATOR
          Deprecated. administrator user names are configurable on user manager
static String ADMINISTRATORS
          Deprecated. administrators groups are configurable on user manager
static String ANONYMOUS
          Deprecated. anonymous user name is configurable on user manager
static String BROWSE
           
static String EVERYONE
           
static String EVERYTHING
           
static String MANAGE_WORKFLOWS
           
static String MEMBERS
          Deprecated. default group is configurable on user manager
static String READ
           
static String READ_CHILDREN
           
static String READ_LIFE_CYCLE
           
static String READ_PROPERTIES
           
static String READ_SECURITY
           
static String READ_VERSION
           
static String READ_WRITE
           
static String REMOVE
           
static String REMOVE_CHILDREN
           
static String RESTRICTED_READ
           
static String SYSTEM_USERNAME
           
static String UNLOCK
           
static String VERSION
           
static String VIEW_WORKLFOW
           
static String WRITE
           
static String WRITE_LIFE_CYCLE
           
static String WRITE_PROPERTIES
           
static String WRITE_SECURITY
           
static String WRITE_VERSION
           
 

Field Detail

SYSTEM_USERNAME

static final String SYSTEM_USERNAME
See Also:
Constant Field Values

ADMINISTRATOR

@Deprecated
static final String ADMINISTRATOR
Deprecated. administrator user names are configurable on user manager
See Also:
Constant Field Values

ANONYMOUS

@Deprecated
static final String ANONYMOUS
Deprecated. anonymous user name is configurable on user manager
See Also:
Constant Field Values

ADMINISTRATORS

@Deprecated
static final String ADMINISTRATORS
Deprecated. administrators groups are configurable on user manager
See Also:
Constant Field Values

MEMBERS

@Deprecated
static final String MEMBERS
Deprecated. default group is configurable on user manager
See Also:
Constant Field Values

EVERYONE

static final String EVERYONE
See Also:
Constant Field Values

EVERYTHING

static final String EVERYTHING
See Also:
Constant Field Values

RESTRICTED_READ

static final String RESTRICTED_READ
See Also:
Constant Field Values

READ

static final String READ
See Also:
Constant Field Values

WRITE

static final String WRITE
See Also:
Constant Field Values

READ_WRITE

static final String READ_WRITE
See Also:
Constant Field Values

REMOVE

static final String REMOVE
See Also:
Constant Field Values

VERSION

static final String VERSION
See Also:
Constant Field Values

READ_VERSION

static final String READ_VERSION
See Also:
Constant Field Values

WRITE_VERSION

static final String WRITE_VERSION
See Also:
Constant Field Values

BROWSE

static final String BROWSE
See Also:
Constant Field Values

WRITE_SECURITY

static final String WRITE_SECURITY
See Also:
Constant Field Values

READ_SECURITY

static final String READ_SECURITY
See Also:
Constant Field Values

READ_PROPERTIES

static final String READ_PROPERTIES
See Also:
Constant Field Values

WRITE_PROPERTIES

static final String WRITE_PROPERTIES
See Also:
Constant Field Values

READ_CHILDREN

static final String READ_CHILDREN
See Also:
Constant Field Values

ADD_CHILDREN

static final String ADD_CHILDREN
See Also:
Constant Field Values

REMOVE_CHILDREN

static final String REMOVE_CHILDREN
See Also:
Constant Field Values

READ_LIFE_CYCLE

static final String READ_LIFE_CYCLE
See Also:
Constant Field Values

WRITE_LIFE_CYCLE

static final String WRITE_LIFE_CYCLE
See Also:
Constant Field Values

MANAGE_WORKFLOWS

static final String MANAGE_WORKFLOWS
See Also:
Constant Field Values

VIEW_WORKLFOW

static final String VIEW_WORKLFOW
See Also:
Constant Field Values

UNLOCK

static final String UNLOCK
See Also:
Constant Field Values

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.