3 declare(strict_types=1);
39 "Microsoft-WebDAV-MiniRedir",
54 foreach ($this->session_aware_webdav_clients as $webdav_client_name) {
55 if (stristr($user_agent, $webdav_client_name)) {
64 $user_agent =
$_SERVER[
"HTTP_USER_AGENT"] ??
"";
65 $user_agent = is_string($user_agent) ? $user_agent :
"";
70 public function authenticate(
string $a_username,
string $a_password): bool
73 if ($this->session->isAuthenticated() && $this->
user->getId() != 0) {
82 $credentials->setUsername($a_username);
83 $credentials->setPassword($a_password);
86 $providers = $provider_factory->getProviders($credentials);
92 $frontend = $frontend_factory->getFrontend(
99 $frontend->authenticate();
101 switch ($status->getStatus()) {
static enableWebAccessWithoutSession(bool $enable_web_access_without_session)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
isUserAgentSessionAware(string $user_agent)
static getLogger(string $a_component_id)
Get component logger.
const STATUS_AUTHENTICATION_FAILED
Factory for auth frontend classes.
authenticate(string $a_username, string $a_password)
array $session_aware_webdav_clients
const STATUS_AUTHENTICATED
static getInstance()
Get status instance.
__construct(ilObjUser $user, ilAuthSession $session)
const STATUS_ACCOUNT_MIGRATION_REQUIRED