Class GlobalPolicyUtil


  • public class GlobalPolicyUtil
    extends Object
    Utility class to load the EE permissions, EE restrictions, and check restrictions for a given permission set
    • Field Detail

      • EE_GRANT_FILE

        public static final String EE_GRANT_FILE
        This is the file storing the default permissions granted to each component type
        See Also:
        Constant Field Values
      • EE_RESTRICTED_FILE

        public static final String EE_RESTRICTED_FILE
        This is the file storing the restricted permissions for each component type; Any permissions declared in this list can not be used by the application
        See Also:
        Constant Field Values
      • SERVER_ALLOWED_FILE

        public static final String SERVER_ALLOWED_FILE
        This is the file storing the allowed permissions for each component type A permission listed in this file may not be used but the application, but any application declared permission must exist in this list;
        See Also:
        Constant Field Values
      • EJB_TYPE_CODESOURCE

        public static final String EJB_TYPE_CODESOURCE
        Code source URL representing Ejb type
        See Also:
        Constant Field Values
      • WEB_TYPE_CODESOURCE

        public static final String WEB_TYPE_CODESOURCE
        Code source URL representing Web type
        See Also:
        Constant Field Values
      • RAR_TYPE_CODESOURCE

        public static final String RAR_TYPE_CODESOURCE
        Code source URL representing Rar type
        See Also:
        Constant Field Values
      • CLIENT_TYPE_CODESOURCE

        public static final String CLIENT_TYPE_CODESOURCE
        Code source URL representing App client type
        See Also:
        Constant Field Values
      • EAR_TYPE_CODESOURCE

        public static final String EAR_TYPE_CODESOURCE
        Code source URL representing Ear type
        See Also:
        Constant Field Values
      • domainCfgFolder

        protected static final String domainCfgFolder
    • Constructor Detail

      • GlobalPolicyUtil

        public GlobalPolicyUtil()