|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Collaboration diagram for ilAuthModeDetermination:Public Member Functions | |
| isManualSelection () | |
| is manual selection More... | |
| getKind () | |
| get kind More... | |
| setKind (int $a_kind) | |
| set kind of determination More... | |
| getAuthModeSequence (string $a_username='') | |
| get auth mode sequence More... | |
| getCountActiveAuthModes () | |
| get number of auth modes More... | |
| setAuthModeSequence (array $a_pos) | |
| set auth mode sequence More... | |
| save () | |
| Save settings. More... | |
Static Public Member Functions | |
| static | _getInstance () |
| Get instance. More... | |
Data Fields | |
| const | TYPE_MANUAL = 0 |
| const | TYPE_AUTOMATIC = 1 |
Private Member Functions | |
| __construct () | |
| Constructor (Singleton) More... | |
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 24 of file class.ilAuthModeDetermination.php.
|
private |
Constructor (Singleton)
private
Definition at line 46 of file class.ilAuthModeDetermination.php.
References $DIC, ILIAS\Repository\logger(), and ILIAS\Repository\settings().
Here is the call graph for this function:
|
static |
Get instance.
Definition at line 61 of file class.ilAuthModeDetermination.php.
Referenced by ilStartUpGUI\buildStandardLoginForm(), ilStartUpGUI\doStandardAuthentication(), ilAuthProviderFactory\getProviders(), ilObjAuthSettingsGUI\initAuthModeDetermination(), and ilObjAuthSettingsGUI\updateAuthModeDeterminationObject().
Here is the caller graph for this function:| ilAuthModeDetermination::getAuthModeSequence | ( | string | $a_username = '' | ) |
get auth mode sequence
Definition at line 100 of file class.ilAuthModeDetermination.php.
References $message, $server, ilLDAPServer\getInstanceByServerId(), ilLDAPServer\getServerIdByAuthMode(), ILIAS\Repository\logger(), and ilAuthUtils\REGEX_DELIMITERS.
Here is the call graph for this function:| ilAuthModeDetermination::getCountActiveAuthModes | ( | ) |
get number of auth modes
Definition at line 148 of file class.ilAuthModeDetermination.php.
| ilAuthModeDetermination::getKind | ( | ) |
get kind
Definition at line 80 of file class.ilAuthModeDetermination.php.
References $kind.
Referenced by save().
Here is the caller graph for this function:| ilAuthModeDetermination::isManualSelection | ( | ) |
is manual selection
Definition at line 72 of file class.ilAuthModeDetermination.php.
| ilAuthModeDetermination::save | ( | ) |
Save settings.
Definition at line 167 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(), getKind(), ilLDAPServer\getServerIdByAuthMode(), ILIAS\Repository\int(), and ILIAS\Repository\settings().
Here is the call graph for this function:| ilAuthModeDetermination::setAuthModeSequence | ( | array | $a_pos | ) |
set auth mode sequence
| array | position => AUTH_MODE |
Definition at line 159 of file class.ilAuthModeDetermination.php.
| ilAuthModeDetermination::setKind | ( | int | $a_kind | ) |
set kind of determination
| int | TYPE_MANUAL or TYPE_DETERMINATION |
Definition at line 91 of file class.ilAuthModeDetermination.php.
|
private |
Definition at line 34 of file class.ilAuthModeDetermination.php.
|
staticprivate |
Definition at line 29 of file class.ilAuthModeDetermination.php.
|
private |
Definition at line 36 of file class.ilAuthModeDetermination.php.
Referenced by getKind().
|
private |
Definition at line 31 of file class.ilAuthModeDetermination.php.
|
private |
Definition at line 37 of file class.ilAuthModeDetermination.php.
|
private |
Definition at line 33 of file class.ilAuthModeDetermination.php.
| const ilAuthModeDetermination::TYPE_AUTOMATIC = 1 |
Definition at line 27 of file class.ilAuthModeDetermination.php.
Referenced by ilObjAuthSettingsGUI\updateAuthModeDeterminationObject().
| const ilAuthModeDetermination::TYPE_MANUAL = 0 |
Definition at line 26 of file class.ilAuthModeDetermination.php.