3declare(strict_types=1);
47 if (
$DIC->http()->wrapper()->post()->has(
'login_hint')) {
49 $user_id =
$DIC->http()->wrapper()->post()->retrieve(
'login_hint',
$DIC->refinery()->kindlyTo()->string());
52 if (
$DIC->http()->wrapper()->post()->has(
'user_id')) {
53 $user_id =
$DIC->http()->wrapper()->post()->retrieve(
'user_id',
$DIC->refinery()->kindlyTo()->string());
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
initFromRequest()
Init credentials from request.
setUsername(string $a_name)
Set username.
static getLogger(string $a_component_id)
Get component logger.
debug(string $a_message, array $a_context=array())
static get(string $a_var)
static clear(string $a_var)
static set(string $a_var, $a_val)
Set a value.
Interface of auth credentials.
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc