ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ilAuthFrontendCLI Class Reference
+ 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)
 Handle account migration. More...
 
 handleAuthenticationSuccess (ilAuthProviderInterface $provider)
 Handle successful authentication. More...
 
 checkActivation (ilObjUser $user)
 Check activation. More...
 
 checkExceededLoginAttempts (ilObjUser $user)
 
 checkTimeLimit (ilObjUser $user)
 Check time limit. More...
 
 checkIp (ilObjUser $user)
 Check ip. More...
 
 checkSimultaneousLogins (ilObjUser $user)
 Check simultaneous logins. More...
 
 handleAuthenticationFail ()
 Handle failed authenication. More...
 

Additional Inherited Members

- Public Member Functions inherited from ilAuthFrontend
 __construct (ilAuthSession $session, ilAuthStatus $status, ilAuthCredentials $credentials, array $providers)
 
 getAuthSession ()
 Get auth session. More...
 
 getCredentials ()
 Get auth credentials. More...
 
 getProviders ()
 Get providers. More...
 
 getStatus ()
 
 resetStatus ()
 Reset status. More...
 
 migrateAccount (ilAuthSession $session)
 Migrate Account to existing user account. More...
 
 migrateAccountNew ()
 Create new user account. More...
 
 authenticate ()
 Try to authenticate user. More...
 
- Public Member Functions inherited from ilAuthFrontendInterface
 authenticate ()
 Try authentication. More...
 
- Data Fields inherited from ilAuthFrontend
const MIG_EXTERNAL_ACCOUNT = 'mig_ext_account'
 
const MIG_TRIGGER_AUTHMODE = 'mig_trigger_auth_mode'
 
const MIG_DESIRED_AUTHMODE = 'mig_desired_auth_mode'
 

Detailed Description

Definition at line 21 of file class.ilAuthFrontendCLI.php.

Member Function Documentation

◆ checkIp()

ilAuthFrontendCLI::checkIp ( ilObjUser  $user)
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.

27  : bool
28  {
29  return true;
30  }

The documentation for this class was generated from the following file: