Interface PlatformAccessLevel


  • 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 Summary

      Fields 
      Modifier and Type Field Description
      static int ALTER  
      static int CONTROL  
      static int READ  
      static int UPDATE