|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ilAuthModeDetermination:Public Member Functions | |
| isManualSelection () | |
| getKind () | |
| setKind (int $a_kind) | |
| getAuthModeSequence (string $a_username='') | |
| getCountActiveAuthModes () | |
| setAuthModeSequence (array $a_pos) | |
| save () | |
Static Public Member Functions | |
| static | _getInstance () |
Data Fields | |
| const int | TYPE_MANUAL = 0 |
| const int | TYPE_AUTOMATIC = 1 |
Private Member Functions | |
| __construct () | |
| read () | |
Private Attributes | |
| ilLogger | $logger |
| ilSetting | $settings |
| ilSetting | $commonSettings |
| int | $kind = self::TYPE_MANUAL |
| array | $position = [] |
Static Private Attributes | |
| static ilAuthModeDetermination | $instance = null |
Definition at line 21 of file class.ilAuthModeDetermination.php.
|
private |
Definition at line 35 of file class.ilAuthModeDetermination.php.
References $DIC, ILIAS\Repository\logger(), read(), and ILIAS\Repository\settings().
Here is the call graph for this function:
|
static |
Definition at line 47 of file class.ilAuthModeDetermination.php.
Referenced by ilObjAuthSettingsGUI\buildAuthModeDeterminationForm(), ilStartUpGUI\buildStandardLoginForm(), ilStartUpGUI\doStandardAuthentication(), ilAuthProviderFactory\getProviders(), ilAuthFrontend\handleLoginAttempts(), and ilObjAuthSettingsGUI\updateAuthModeDeterminationObject().
Here is the caller graph for this function:| ilAuthModeDetermination::getAuthModeSequence | ( | string | $a_username = '' | ) |
Definition at line 80 of file class.ilAuthModeDetermination.php.
References $position, $server, ilLDAPServer\getInstanceByServerId(), ilLDAPServer\getServerIdByAuthMode(), ILIAS\Repository\logger(), and ilAuthUtils\REGEX_DELIMITERS.
Here is the call graph for this function:| ilAuthModeDetermination::getCountActiveAuthModes | ( | ) |
Definition at line 125 of file class.ilAuthModeDetermination.php.
| ilAuthModeDetermination::getKind | ( | ) |
Definition at line 60 of file class.ilAuthModeDetermination.php.
References $kind.
Referenced by save().
Here is the caller graph for this function:| ilAuthModeDetermination::isManualSelection | ( | ) |
Definition at line 52 of file class.ilAuthModeDetermination.php.
References TYPE_MANUAL.
|
private |
Definition at line 152 of file class.ilAuthModeDetermination.php.
References $server, ilLDAPServer\_getActiveServerList(), ilAuthUtils\AUTH_APACHE, ilAuthUtils\AUTH_LDAP, ilAuthUtils\AUTH_LOCAL, ilAuthUtils\AUTH_SOAP, ilAuthUtils\getAuthPlugins(), ilLDAPServer\getInstanceByServerId(), ilLDAPServer\getServerIdByAuthMode(), ILIAS\Repository\int(), ILIAS\Repository\settings(), and TYPE_MANUAL.
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilAuthModeDetermination::save | ( | ) |
Definition at line 139 of file class.ilAuthModeDetermination.php.
References $counter, getKind(), and ILIAS\Repository\settings().
Here is the call graph for this function:| ilAuthModeDetermination::setAuthModeSequence | ( | array | $a_pos | ) |
| list<numeric-string|int|string> | $a_pos position => AUTH_MODE |
Definition at line 134 of file class.ilAuthModeDetermination.php.
| ilAuthModeDetermination::setKind | ( | int | $a_kind | ) |
| int<self::TYPE_MANUAL|self::TYPE_AUTOMATIC> | $a_kind |
Definition at line 68 of file class.ilAuthModeDetermination.php.
|
private |
Definition at line 30 of file class.ilAuthModeDetermination.php.
|
staticprivate |
Definition at line 26 of file class.ilAuthModeDetermination.php.
|
private |
Definition at line 31 of file class.ilAuthModeDetermination.php.
Referenced by getKind().
|
private |
Definition at line 28 of file class.ilAuthModeDetermination.php.
|
private |
Definition at line 33 of file class.ilAuthModeDetermination.php.
Referenced by getAuthModeSequence().
|
private |
Definition at line 29 of file class.ilAuthModeDetermination.php.
| const int ilAuthModeDetermination::TYPE_AUTOMATIC = 1 |
Definition at line 24 of file class.ilAuthModeDetermination.php.
Referenced by ilObjAuthSettingsGUI\buildAuthModeDeterminationForm(), and ilObjAuthSettingsGUI\updateAuthModeDeterminationObject().
| const int ilAuthModeDetermination::TYPE_MANUAL = 0 |
Definition at line 23 of file class.ilAuthModeDetermination.php.
Referenced by ilObjAuthSettingsGUI\buildAuthModeDeterminationForm(), isManualSelection(), and read().