|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ilAuthFrontendHTTP:
Collaboration diagram for ilAuthFrontendHTTP:Public Member Functions | |
| __construct (ilAuthSession $session, ilAuthStatus $status, ilAuthCredentials $credentials, array $providers) | |
| authenticate () | |
Public Member Functions inherited from ilAuthFrontend | |
| __construct (ilAuthSession $session, ilAuthStatus $status, ilAuthCredentials $credentials, array $providers) | |
| getAuthSession () | |
| getCredentials () | |
| getProviders () | |
| getStatus () | |
| resetStatus () | |
| migrateAccount (ilAuthSession $session) | |
| migrateAccountNew () | |
| authenticate () | |
| authenticate () | |
Protected Member Functions | |
| handleAuthenticationFail () | |
Protected Member Functions inherited from ilAuthFrontend | |
| handleAccountMigration (ilAuthProviderAccountMigrationInterface $provider) | |
| handleAuthenticationSuccess (ilAuthProviderInterface $provider) | |
| checkActivation (ilObjUser $user) | |
| checkExceededLoginAttempts (ilObjUser $user) | |
| checkTimeLimit (ilObjUser $user) | |
| checkIp (ilObjUser $user) | |
| checkSimultaneousLogins (ilObjUser $user) | |
| handleAuthenticationFail () | |
| handleLoginAttempts () | |
Private Attributes | |
| ilLogger | $logger |
Additional Inherited Members | |
Data Fields inherited from ilAuthFrontend | |
| 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.ilAuthFrontendHTTP.php.
| ilAuthFrontendHTTP::__construct | ( | ilAuthSession | $session, |
| ilAuthStatus | $status, | ||
| ilAuthCredentials | $credentials, | ||
| array | $providers | ||
| ) |
| list<ilAuthProviderInterface> | $providers |
Reimplemented from ilAuthFrontend.
Definition at line 28 of file class.ilAuthFrontendHTTP.php.
References ilAuthFrontend\$credentials, $DIC, ilAuthFrontend\$providers, ilAuthFrontend\$status, ILIAS\GlobalScreen\Provider\__construct(), and ILIAS\Repository\logger().
Here is the call graph for this function:| ilAuthFrontendHTTP::authenticate | ( | ) |
Reimplemented from ilAuthFrontend.
Definition at line 40 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 |
Reimplemented from ilAuthFrontend.
Definition at line 69 of file class.ilAuthFrontendHTTP.php.
References CLIENT_ID, and ILIAS\UI\examples\Symbol\Glyph\Header\header().
Referenced by authenticate().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 23 of file class.ilAuthFrontendHTTP.php.