|
Sonic Management API | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IConfigurePermissionBits
This interface describes the bits used to define management "configure" permissions.
IManagementPermission.setPermissions(int)
,
IConfigureScopeBits
,
IManagePermissionBits
Field Summary | |
---|---|
static int |
ALLOW_DELETE
Permission bit to allow delete of a folder, configuration or file. |
static int |
ALLOW_READ
Permission bit to allow reading of a configuration or file or listing of a folder. |
static int |
ALLOW_SET_PERMISSIONS
Permission bit to allow setting management permissions on a configuration entity. |
static int |
ALLOW_WRITE
Permission bit to allow updating of a configuration or file. |
static int |
DENY_DELETE
Permission bit to deny delete of a folder, configuration or file. |
static int |
DENY_READ
Permission bit to deny reading of a configuration or listing of a folder. |
static int |
DENY_SET_PERMISSIONS
Permission bit to deny setting management permissions on a configuration entity. |
static int |
DENY_WRITE
Permission bit to deny updating of a configuration or file. |
Field Detail |
---|
static final int ALLOW_DELETE
static final int ALLOW_READ
static final int ALLOW_SET_PERMISSIONS
static final int ALLOW_WRITE
static final int DENY_DELETE
static final int DENY_READ
static final int DENY_SET_PERMISSIONS
static final int DENY_WRITE
|
Sonic Management API | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |