atg.rest.security
Interface RestAccessRights


public interface RestAccessRights

A set of Rest access rights.

Author:
bzhang

Field Summary
static java.lang.String CLASS_VERSION
          Class version string
static atg.security.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 atg.security.AccessRight READ
          The ability to read (access) a component.
static atg.security.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 atg.security.AccessRight READ
The ability to read (access) a component.


WRITE

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


EXECUTE

static final atg.security.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.



Copyright © 2012. All Rights Reserved.