ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
Public Member Functions | |
__construct (ilAuthSession $session, ilAuthStatus $status, ilAuthCredentials $credentials, array $providers) | |
authenticate () | |
![]() | |
__construct (ilAuthSession $session, ilAuthStatus $status, ilAuthCredentials $credentials, array $providers) | |
getAuthSession () | |
getCredentials () | |
getProviders () | |
getStatus () | |
resetStatus () | |
migrateAccount (ilAuthSession $session) | |
migrateAccountNew () | |
authenticate () | |
Protected Member Functions | |
handleAuthenticationFail () | |
![]() | |
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 | |
![]() | |
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 |
Definition at line 28 of file class.ilAuthFrontendHTTP.php.
References $DIC, ILIAS\GlobalScreen\Provider\__construct(), and ILIAS\Repository\logger().
ilAuthFrontendHTTP::authenticate | ( | ) |
Implements ilAuthFrontendInterface.
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.
|
protected |
Definition at line 69 of file class.ilAuthFrontendHTTP.php.
References CLIENT_ID, and ILIAS\UI\examples\Symbol\Glyph\Header\header().
Referenced by authenticate().
|
private |
Definition at line 23 of file class.ilAuthFrontendHTTP.php.