|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CSPermission
Interface CSPermission defines some constant values about permissions.
| Field Summary | |
|---|---|
static int |
ALLOW
ALLOW the permission is allowed(1). |
static int |
DELETE
DELETE the delete permission type(5). |
static int |
DENY
DENY the permission is denied(0). |
static int |
EXECUTE
EXECUTE the execute permissionv(3) |
static int |
GRANT
GRANT the grant permission type(6). |
static int[] |
permissionTypes
permissionTypes is an array contains permission types |
static int |
READ
READ the read permission type(1). |
static int |
SCHEDULE
SCHEDULE the schedule permission type(4) |
static java.lang.String |
TAG_DELETE
TAG_DELETE the delete permission name(delete). |
static java.lang.String |
TAG_EXECUTE
TAG_EXECUTE the execute permission name(execute) |
static java.lang.String |
TAG_GRANT
TAG_GRANT the grant permission name(grant). |
static java.lang.String |
TAG_READ
TAG_READ the read permission name(read). |
static java.lang.String |
TAG_SCHEDULE
TAG_SCHEDULE the schedule permission name(schedule) |
static java.lang.String |
TAG_VISIBLE
TAG_VISIBLE the visible permission name(visible). |
static java.lang.String |
TAG_WRITE
TAG_WRITE the write permission name(write). |
static int |
VISIBLE
VISIBLE the visible permission type(0). |
static int |
WRITE
WRITE the write permission type(2). |
| Field Detail |
|---|
static final int DENY
static final int ALLOW
static final java.lang.String TAG_VISIBLE
static final java.lang.String TAG_READ
static final java.lang.String TAG_WRITE
static final java.lang.String TAG_DELETE
static final java.lang.String TAG_EXECUTE
static final java.lang.String TAG_SCHEDULE
static final java.lang.String TAG_GRANT
static final int VISIBLE
static final int READ
static final int WRITE
static final int EXECUTE
static final int SCHEDULE
static final int DELETE
static final int GRANT
static final int[] permissionTypes
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||