public interface RestAccessRights
| Modifier and Type | Field and Description | 
|---|---|
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. 
 | 
static final java.lang.String CLASS_VERSION
static final AccessRight READ
static final AccessRight WRITE
static final AccessRight EXECUTE
static final java.util.Map MAP