java.lang.Object
com.ibm.os390.security.PlatformSecurityServer
Class to query OS/390 Security Server environment.
Function provided by RACF SAF RACROUTE REQUEST=STAT macro call.
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isActive()
Method to check if a Security Server (i.e.static boolean
resourceTypeIsActive
(String resourceType) Method to check if a resource type (RACF class) is active.
-
Method Details
-
isActive
public static boolean isActive()Method to check if a Security Server (i.e. RACF) is active.- Parameters:
None
-- Returns:
- true or false.
-
resourceTypeIsActive
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.
-