Class CombinationManagementPermission

    • Method Detail

      • addUnderlyingPermission

        public void addUnderlyingPermission​(String permissionName,
                                            ManagementPermission underlyingPermission)
        Adds a permission.

        This method should not be called after the instance has been made visible to another thread than the one that constructed it.

        Parameters:
        permissionName - name of the permission to add. Cannot be null
        underlyingPermission - the permission. Cannot be null