3declare(strict_types=1);
 
   29        return hash(
"sha256", self::class);
 
   34        return "Remove settings from Radius Server";
 
   45            new \ilIniFilesPopulatedObjective(),
 
   46            new \ilSettingsFactoryExistsObjective()
 
   52        $factory = $environment->getResource(Setup\Environment::RESOURCE_SETTINGS_FACTORY);
 
Remove stored information of Radius.
 
isApplicable(Setup\Environment $environment)
@inheritDoc
 
getPreconditions(Setup\Environment $environment)
 
An environment holds resources to be used in the setup process.
 
An objective is a desired state of the system that is supposed to be created by the setup.
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...