Class PlatformSecurityServer


  • public final class PlatformSecurityServer
    extends java.lang.Object
    Class to query OS/390 Security Server environment. Function provided by RACF SAF RACROUTE REQUEST=STAT macro call.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isActive()
      Method to check if a Security Server (i.e.
      static boolean resourceTypeIsActive​(java.lang.String resourceType)
      Method to check if a resource type (RACF class) is active.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PlatformSecurityServer

        public PlatformSecurityServer()
    • Method Detail

      • isActive

        public static boolean isActive()
        Method to check if a Security Server (i.e. RACF) is active.
        Parameters:
        None -
        Returns:
        true or false.
      • resourceTypeIsActive

        public static boolean resourceTypeIsActive​(java.lang.String resourceType)
        Method to check if a resource type (RACF class) is active.
        Parameters:
        resourceType - , a String containing a RACF class name.
        Returns:
        boolean true or false.