com.crystaldecisions.sdk.occa.security
Interface CeSecurityOptions.RightScope

Enclosing interface:
CeSecurityOptions

public static interface CeSecurityOptions.RightScope

The object scope of a right. Can be set to current object only, or all decendents of the current object


Field Summary
static java.lang.String CURRENT_OBJECT
          The right applies to the object it is currectly assigned to.
static java.lang.String DESCENDANTS
          The right applies to all descendents of the object it is currectly assigned to.
 

Field Detail

CURRENT_OBJECT

static final java.lang.String CURRENT_OBJECT
The right applies to the object it is currectly assigned to.

See Also:
Constant Field Values

DESCENDANTS

static final java.lang.String DESCENDANTS
The right applies to all descendents of the object it is currectly assigned to.

See Also:
Constant Field Values