Class IxAccessController


  • @Scriptable
    public final class IxAccessController
    extends Object
    • Method Detail

      • checkPermission

        public static void checkPermission​(Permission p_permission)
        Determines whether the access request indicated by the specified permission should be allowed or denied, based on the security policy currently in effect. This method quietly returns if the access request is permitted, or throws a suitable AccessControlException otherwise.
        Parameters:
        p_permission - The requested permission.
        Throws:
        AccessControlException - If the specified permission is not permitted, based on the current security policy.
      • hasPermission

        public static boolean hasPermission​(Permission p_permission)
        Determines whether the access request indicated by the specified permission should be allowed or denied, based on the security policy currently in effect.
        Parameters:
        p_permission - The requested permission.
        Returns:
        true if the permission is granted, or false if the permission is denied.