Sonic Management API

com.sonicsw.mf.common.security
Interface IManagePermissionBits


public interface IManagePermissionBits

This interface describes the bits used to define management "manage" permissions.

See Also:
IManagementPermission.setPermissions(int), IManageScopeBits, IConfigurePermissionBits

Field Summary
static int ALLOW_ENABLE_DISABLE_METRICS
          Permission bit to allow operations associated with metrics exposed by containers/components.
static int ALLOW_GET_INFORMATION
          Permission bit to allow other JMX operations with an "impact" of
static int ALLOW_LIFE_CYCLE_CONTROL
          Permission bit to allow life cycle type operations to be executed (e.g. stop, start, shutdown, etc.).
static int ALLOW_NOTIFICATION_SUBSCRIPTION
          Permission bit to allow JMX notification listeners to be added to a container/component.
static int ALLOW_PERFORM_ACTIONS
          Permission bit to allow other JMX operations with an "impact" of
static int ALLOW_SET_ATTRIBUTES
          Permission bit to allow runtime attributes to be set on a container/component.
static int DENY_ENABLE_DISABLE_METRICS
          Permission bit to deny operations associated with metrics exposed by containers/components.
static int DENY_GET_INFORMATION
          Permission bit to deny other JMX operations with an "impact" of
static int DENY_LIFE_CYCLE_CONTROL
          Permission bit to deny life cycle type operations from being executed (e.g. stop, start, shutdown, etc.).
static int DENY_NOTIFICATION_SUBSCRIPTION
          Permission bit to deny JMX notification listeners from being added to a container/component.
static int DENY_PERFORM_ACTIONS
          Permission bit to deny other JMX operations with an "impact" of
static int DENY_SET_ATTRIBUTES
          Permission bit to deny runtime attributes from being set on a container/component.
 

Field Detail

ALLOW_ENABLE_DISABLE_METRICS

static final int ALLOW_ENABLE_DISABLE_METRICS
Permission bit to allow operations associated with metrics exposed by containers/components.

See Also:
Constant Field Values

ALLOW_GET_INFORMATION

static final int ALLOW_GET_INFORMATION
Permission bit to allow other JMX operations with an "impact" of INFO or UNKNOWN to be executed.

See Also:
Constant Field Values

ALLOW_LIFE_CYCLE_CONTROL

static final int ALLOW_LIFE_CYCLE_CONTROL
Permission bit to allow life cycle type operations to be executed (e.g. stop, start, shutdown, etc.).

See Also:
Constant Field Values

ALLOW_NOTIFICATION_SUBSCRIPTION

static final int ALLOW_NOTIFICATION_SUBSCRIPTION
Permission bit to allow JMX notification listeners to be added to a container/component.

See Also:
Constant Field Values

ALLOW_PERFORM_ACTIONS

static final int ALLOW_PERFORM_ACTIONS
Permission bit to allow other JMX operations with an "impact" of ACTION or ACTION_INFO to be executed.

See Also:
Constant Field Values

ALLOW_SET_ATTRIBUTES

static final int ALLOW_SET_ATTRIBUTES
Permission bit to allow runtime attributes to be set on a container/component.

See Also:
Constant Field Values

DENY_ENABLE_DISABLE_METRICS

static final int DENY_ENABLE_DISABLE_METRICS
Permission bit to deny operations associated with metrics exposed by containers/components.

See Also:
Constant Field Values

DENY_GET_INFORMATION

static final int DENY_GET_INFORMATION
Permission bit to deny other JMX operations with an "impact" of INFO or UNKNOWN from being executed.

See Also:
Constant Field Values

DENY_LIFE_CYCLE_CONTROL

static final int DENY_LIFE_CYCLE_CONTROL
Permission bit to deny life cycle type operations from being executed (e.g. stop, start, shutdown, etc.).

See Also:
Constant Field Values

DENY_NOTIFICATION_SUBSCRIPTION

static final int DENY_NOTIFICATION_SUBSCRIPTION
Permission bit to deny JMX notification listeners from being added to a container/component.

See Also:
Constant Field Values

DENY_PERFORM_ACTIONS

static final int DENY_PERFORM_ACTIONS
Permission bit to deny other JMX operations with an "impact" of ACTION or ACTION_INFO from being executed.

See Also:
Constant Field Values

DENY_SET_ATTRIBUTES

static final int DENY_SET_ATTRIBUTES
Permission bit to deny runtime attributes from being set on a container/component.

See Also:
Constant Field Values

Sonic Management API

Copyright © 2001-2010 Progress Software Corporation. All Rights Reserved.
HTML formatted on 07-Mar-2010.