◆ __construct()
| ilAuthenticationSetupAgent::__construct |
( |
protected Refinery\Factory |
$refinery | ) |
|
◆ getArrayToConfigTransformation()
| ilAuthenticationSetupAgent::getArrayToConfigTransformation |
( |
| ) |
|
◆ getBuildObjective()
| ilAuthenticationSetupAgent::getBuildObjective |
( |
| ) |
|
◆ getInstallObjective()
| ilAuthenticationSetupAgent::getInstallObjective |
( |
?Setup\Config |
$config = null | ) |
|
◆ getMigrations()
| ilAuthenticationSetupAgent::getMigrations |
( |
| ) |
|
◆ getStatusObjective()
| ilAuthenticationSetupAgent::getStatusObjective |
( |
Setup\Metrics\Storage |
$storage | ) |
|
◆ getUpdateObjective()
| ilAuthenticationSetupAgent::getUpdateObjective |
( |
?Setup\Config |
$config = null | ) |
|
Definition at line 58 of file class.ilAuthenticationSetupAgent.php.
58 : Setup\Objective
59 {
60 if ($config !== null) {
61 return new Setup\ObjectiveCollection(
62 'Authentication',
63 true,
65 );
66 }
67
68 return new Setup\Objective\NullObjective();
69 }
◆ hasConfig()
| ilAuthenticationSetupAgent::hasConfig |
( |
| ) |
|
◆ DEFAULT_SESSION_EXPIRE_IN_SECONDS
| const int ilAuthenticationSetupAgent::DEFAULT_SESSION_EXPIRE_IN_SECONDS = 1_800 |
|
protected |
The documentation for this class was generated from the following file: