19 declare(strict_types=1);
34 switch ((
int) $a_authmode) {
37 $provider = parent::getProviderByAuthMode($credentials, $a_authmode);
38 return $provider->withoutPasswordVerification();
41 throw new CronException(
"The cron CLI script supports local authentication only.");
Interface of auth credentials.
Standard interface for auth provider implementations.
getProviders(ilAuthCredentials $credentials)
getProviderByAuthMode(ilAuthCredentials $credentials, $a_authmode)