atg.rest.security
Interface RestAccessRights


public interface RestAccessRights

A set of Rest access rights.


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
static AccessRight EXECUTE
          The ability to perform an action on a component.
static java.util.Map MAP
          A map of all the Rest access rights.
static AccessRight READ
          The ability to read (access) a component.
static AccessRight WRITE
          The ability to write (change) a component.
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values

READ

static final AccessRight READ
The ability to read (access) a component.


WRITE

static final AccessRight WRITE
The ability to write (change) a component.


EXECUTE

static final AccessRight EXECUTE
The ability to perform an action on a component.


MAP

static final java.util.Map MAP
A map of all the Rest access rights.