ILIAS
release_8 Revision v8.23
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct (ilObjUser $user, ilAuthSession $session) | |
authenticate (string $a_username, string $a_password) | |
Protected Member Functions | |
isUserAgentSessionAware (string $user_agent) | |
getUserAgent () | |
Protected Attributes | |
array | $session_aware_webdav_clients |
ilObjUser | $user |
ilAuthSession | $session |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning
Definition at line 24 of file class.ilWebDAVAuthentication.php.
ilWebDAVAuthentication::__construct | ( | ilObjUser | $user, |
ilAuthSession | $session | ||
) |
Definition at line 46 of file class.ilWebDAVAuthentication.php.
References $session, $user, and ILIAS\Repository\user().
ilWebDAVAuthentication::authenticate | ( | string | $a_username, |
string | $a_password | ||
) |
Definition at line 70 of file class.ilWebDAVAuthentication.php.
References ilAuthFrontendFactory\CONTEXT_HTTP, ilSession\enableWebAccessWithoutSession(), ilAuthStatus\getInstance(), ilLoggerFactory\getLogger(), getUserAgent(), isUserAgentSessionAware(), ilAuthStatus\STATUS_ACCOUNT_MIGRATION_REQUIRED, ilAuthStatus\STATUS_AUTHENTICATED, ilAuthStatus\STATUS_AUTHENTICATION_FAILED, and ILIAS\Repository\user().
|
protected |
Definition at line 62 of file class.ilWebDAVAuthentication.php.
References $_SERVER.
Referenced by authenticate().
|
protected |
Definition at line 52 of file class.ilWebDAVAuthentication.php.
Referenced by authenticate().
|
protected |
Definition at line 44 of file class.ilWebDAVAuthentication.php.
Referenced by __construct().
|
protected |
Definition at line 38 of file class.ilWebDAVAuthentication.php.
|
protected |
Definition at line 43 of file class.ilWebDAVAuthentication.php.
Referenced by __construct().