|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ilAuthFrontendHTTP:
Collaboration diagram for ilAuthFrontendHTTP:Public Member Functions | |
| __construct (ilAuthSession $session, ilAuthStatus $status, ilAuthCredentials $credentials, array $providers) | |
| authenticate () | |
| Try to authenticate user. More... | |
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... | |
| authenticate () | |
| Try authentication. More... | |
Protected Member Functions | |
| handleAuthenticationFail () | |
| Draw basic auth. 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... | |
Private Attributes | |
| ilLogger | $logger |
Additional Inherited Members | |
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' |
Definition at line 24 of file class.ilAuthFrontendHTTP.php.
| ilAuthFrontendHTTP::__construct | ( | ilAuthSession | $session, |
| ilAuthStatus | $status, | ||
| ilAuthCredentials | $credentials, | ||
| array | $providers | ||
| ) |
| ilAuthSession | $session | |
| ilAuthStatus | $status | |
| ilAuthCredentials | $credentials | |
| ilAuthProvider[] | $providers |
Reimplemented from ilAuthFrontend.
Definition at line 28 of file class.ilAuthFrontendHTTP.php.
References ilAuthFrontend\$credentials, $DIC, ilAuthFrontend\$providers, $session, ilAuthFrontend\$status, ILIAS\GlobalScreen\Provider\__construct(), and ILIAS\Repository\logger().
Here is the call graph for this function:| ilAuthFrontendHTTP::authenticate | ( | ) |
Try to authenticate user.
Reimplemented from ilAuthFrontend.
Definition at line 36 of file class.ilAuthFrontendHTTP.php.
References $provider, ilAuthFrontend\getProviders(), ilAuthFrontend\getStatus(), handleAuthenticationFail(), ilAuthFrontend\handleAuthenticationSuccess(), ILIAS\Repository\logger(), ilAuthFrontend\resetStatus(), ilAuthStatus\STATUS_ACCOUNT_MIGRATION_REQUIRED, ilAuthStatus\STATUS_AUTHENTICATED, and ilAuthStatus\STATUS_AUTHENTICATION_FAILED.
Here is the call graph for this function:
|
protected |
Draw basic auth.
Reimplemented from ilAuthFrontend.
Definition at line 68 of file class.ilAuthFrontendHTTP.php.
References CLIENT_ID.
Referenced by authenticate().
Here is the caller graph for this function:
|
private |
Definition at line 26 of file class.ilAuthFrontendHTTP.php.