com.ibm.os390.security
Interface PlatformAccessLevel
-
public interface PlatformAccessLevelPlace-holder for named constants used by accessLevel parameter of methods in PlatformAccessControl class. Java interface used as emulation of C enum definition.With OS/390 Security Server (RACF) permissions to resources are granted to a resource along with granularity specification of one of READ/UPDATE/CONTROL/ALTER levels.
-
-
Field Detail
-
READ
static final int READ
- See Also:
- Constant Field Values
-
UPDATE
static final int UPDATE
- See Also:
- Constant Field Values
-
CONTROL
static final int CONTROL
- See Also:
- Constant Field Values
-
ALTER
static final int ALTER
- See Also:
- Constant Field Values
-
-