-
public interface PlatformAccessLevel
Place-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
@Native static final int READ
- See Also:
- Constant Field Values
-
UPDATE
@Native static final int UPDATE
- See Also:
- Constant Field Values
-
CONTROL
@Native static final int CONTROL
- See Also:
- Constant Field Values
-
ALTER
@Native static final int ALTER
- See Also:
- Constant Field Values
-
-