|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Auth class for form based authentication. More...
Inheritance diagram for ilAuthStandardFormFrontend:
Collaboration diagram for ilAuthStandardFormFrontend: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... | |
Auth class for form based authentication.
Definition at line 14 of file class.ilAuthStandardFormFrontend.php.