|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Description of class class. More...
Inheritance diagram for ilAuthFrontendCLI:
Collaboration diagram for ilAuthFrontendCLI:Additional Inherited Members | |
Public Member Functions inherited from ilAuthFrontend | |
| __construct (ilAuthSession $session, ilAuthStatus $status, ilAuthCredentials $credentials, array $providers) | |
| Constructor. More... | |
| getAuthSession () | |
| Get auth session. More... | |
| getCredentials () | |
| Get auth credentials. More... | |
| getProviders () | |
| Get providers. More... | |
| getStatus () | |
| resetStatus () | |
| Reset status. More... | |
| getLogger () | |
| Get logger. 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' |
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... | |
Description of class class.
Definition at line 14 of file class.ilAuthFrontendCLI.php.