3 declare(strict_types=1);
39 private int $status = self::STATUS_UNDEFINED;
47 $this->
logger = $DIC->logger()->auth();
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
const STATUS_AUTHENTICATION_FAILED
handleAuthenticationFail(ilAuthStatus $status, string $a_reason)
Handle failed authentication.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
const STATUS_AUTHENTICATION_SUCCESS
setStatus(int $a_status)
Set auth status.
ilAuthCredentials $credentials
const STATUS_AUTHENTICATION_FAILED
setReason(string $a_reason)
Set reason.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(ilAuthCredentials $credentials)
Constructor.