◆ __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 | ) |
|
Definition at line 85 of file class.ilAuthenticationSetupAgent.php.
85 : Setup\Objective
86 {
87 return new Setup\ObjectiveCollection(
88 'Component Authentication',
89 true,
91 $storage,
93 ),
94 );
95 }
◆ 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,
67 ),
68 );
69 }
70
71 return new Setup\ObjectiveCollection(
72 'Authentication',
73 true,
76 ),
77 );
78 }
This class attempt to achieve a set of database update steps.
◆ 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: