|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ilAuthFrontendCLI:
Collaboration diagram for ilAuthFrontendCLI:Protected Member Functions | |
| checkIp (ilObjUser $user) | |
| This overwrites ilAuthFrontend::checkIp used in ilAuthFrontend::authenticate since CLI does not set $_SERVER['REMOTE_ADDR']! More... | |
Protected Member Functions inherited from ilAuthFrontend | |
| handleAccountMigration (ilAuthProviderAccountMigrationInterface $provider) | |
| handleAuthenticationSuccess (ilAuthProviderInterface $provider) | |
| checkActivation (ilObjUser $user) | |
| checkExceededLoginAttempts (ilObjUser $user) | |
| checkTimeLimit (ilObjUser $user) | |
| checkIp (ilObjUser $user) | |
| checkSimultaneousLogins (ilObjUser $user) | |
| handleAuthenticationFail () | |
| handleLoginAttempts () | |
Additional Inherited Members | |
Public Member Functions inherited from ilAuthFrontend | |
| __construct (ilAuthSession $session, ilAuthStatus $status, ilAuthCredentials $credentials, array $providers) | |
| getAuthSession () | |
| getCredentials () | |
| getProviders () | |
| getStatus () | |
| resetStatus () | |
| migrateAccount (ilAuthSession $session) | |
| migrateAccountNew () | |
| authenticate () | |
| authenticate () | |
Data Fields inherited from ilAuthFrontend | |
| const string | MIG_EXTERNAL_ACCOUNT = 'mig_ext_account' |
| const string | MIG_TRIGGER_AUTHMODE = 'mig_trigger_auth_mode' |
| const string | MIG_DESIRED_AUTHMODE = 'mig_desired_auth_mode' |
Definition at line 21 of file class.ilAuthFrontendCLI.php.
|
protected |
This overwrites ilAuthFrontend::checkIp used in ilAuthFrontend::authenticate since CLI does not set $_SERVER['REMOTE_ADDR']!
Reimplemented from ilAuthFrontend.
Definition at line 27 of file class.ilAuthFrontendCLI.php.