ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
|
Protected Member Functions | |
checkIp (ilObjUser $user) | |
This overwrites ilAuthFrontend::checkIp used in ilAuthFrontend::authenticate since CLI does not set $_SERVER['REMOTE_ADDR']! More... | |
![]() | |
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 | |
![]() | |
__construct (ilAuthSession $session, ilAuthStatus $status, ilAuthCredentials $credentials, array $providers) | |
getAuthSession () | |
getCredentials () | |
getProviders () | |
getStatus () | |
resetStatus () | |
migrateAccount (ilAuthSession $session) | |
migrateAccountNew () | |
authenticate () | |
![]() | |
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']!
Definition at line 27 of file class.ilAuthFrontendCLI.php.