Uses of Class
com.sun.enterprise.security.permissionsxml.GlobalPolicyUtil.PolicyType
-
Packages that use GlobalPolicyUtil.PolicyType Package Description com.sun.enterprise.security.permissionsxml This package contains the core classes for supporting the "permissions.xml" functionality of Java EE. -
-
Uses of GlobalPolicyUtil.PolicyType in com.sun.enterprise.security.permissionsxml
Methods in com.sun.enterprise.security.permissionsxml that return GlobalPolicyUtil.PolicyType Modifier and Type Method Description static GlobalPolicyUtil.PolicyTypeGlobalPolicyUtil.PolicyType. valueOf(String name)Returns the enum constant of this type with the specified name.static GlobalPolicyUtil.PolicyType[]GlobalPolicyUtil.PolicyType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-