Sonic Management API

com.sonicsw.mf.common.security
Interface IManageScopeBits


public interface IManageScopeBits

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

See Also:
IManagementPermission.setScope(int), IManagePermissionBits, IConfigureScopeBits

Field Summary
static int ALL_COMPONENTS_SCOPE
          Scope bit to include all components.
static int ALL_CONTAINERS_SCOPE
          Scope bit to include all containers.
static int ALL_FOLDERS_SCOPE
          Scope bit to recursively include all subfolders.
static int THIS_COMPONENT_SCOPE
          Scope bit to include this component.
static int THIS_CONTAINER_SCOPE
          Scope bit to include this container.
 

Field Detail

ALL_COMPONENTS_SCOPE

static final int ALL_COMPONENTS_SCOPE
Scope bit to include all components.

See Also:
Constant Field Values

ALL_CONTAINERS_SCOPE

static final int ALL_CONTAINERS_SCOPE
Scope bit to include all containers.

See Also:
Constant Field Values

ALL_FOLDERS_SCOPE

static final int ALL_FOLDERS_SCOPE
Scope bit to recursively include all subfolders.

See Also:
Constant Field Values

THIS_COMPONENT_SCOPE

static final int THIS_COMPONENT_SCOPE
Scope bit to include this component.

See Also:
Constant Field Values

THIS_CONTAINER_SCOPE

static final int THIS_CONTAINER_SCOPE
Scope bit to include this container.

See Also:
Constant Field Values

Sonic Management API

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