com.hyperion.css.common
Interface CSSPermissionIF
public interface CSSPermissionIF
This interface provides the list of permissions.
These permissions are set on the entities managed by the CSS System.
Instances of these entities are users, groups and roles.
- Since:
- CSS v3.0
- Author:
- gkhanna
NO_ACCESS
static final java.lang.String NO_ACCESS
- See Also:
- Constant Field Values
NO_ACCESS_MASK
static final long NO_ACCESS_MASK
- See Also:
- Constant Field Values
VIEW
static final java.lang.String VIEW
- See Also:
- Constant Field Values
VIEW_MASK
static final long VIEW_MASK
- See Also:
- Constant Field Values
MODIFY
static final java.lang.String MODIFY
- See Also:
- Constant Field Values
MODIFY_MASK
static final long MODIFY_MASK
- See Also:
- Constant Field Values
FULL_CONTROL
static final java.lang.String FULL_CONTROL
- See Also:
- Constant Field Values
FULL_CONTROL_MASK
static final long FULL_CONTROL_MASK
- See Also:
- Constant Field Values
Copyright © 2005-2009 Oracle Corporation.