|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.server.PT_ACCESS_LEVELS
public final class PT_ACCESS_LEVELS
This list contains the available access levels in the Plumtree security model. When defining or viewing an Access Control List, each entry will specify a user or group, and an access level. The access level will be an item in this list. For example, these values can be passed into IPTAccessList.Add.
IPTAccessList,
IPTAccessListEntry| Field Summary | |
|---|---|
static int |
PT_ACCESS_LEVEL_ADMIN
Administrative access is granted. |
static int |
PT_ACCESS_LEVEL_EDIT
Edit access is granted. |
static int |
PT_ACCESS_LEVEL_NONE
No access to the item is granted |
static int |
PT_ACCESS_LEVEL_READ
Read access is granted. |
static int |
PT_ACCESS_LEVEL_SELECT
Select access is granted. |
| Constructor Summary | |
|---|---|
PT_ACCESS_LEVELS()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int PT_ACCESS_LEVEL_NONE
public static final int PT_ACCESS_LEVEL_READ
public static final int PT_ACCESS_LEVEL_SELECT
public static final int PT_ACCESS_LEVEL_EDIT
public static final int PT_ACCESS_LEVEL_ADMIN
| Constructor Detail |
|---|
public PT_ACCESS_LEVELS()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||