19declare(strict_types=1);
47 $this->
logger = $DIC->logger()->auth();
Base class for authentication providers (ldap, apache, ...)
__construct(ilAuthCredentials $credentials)
Constructor.
handleAuthenticationFail(ilAuthStatus $status, string $a_reason)
Handle failed authentication.
ilAuthCredentials $credentials
const STATUS_AUTHENTICATION_FAILED
const STATUS_AUTHENTICATION_SUCCESS
Auth status implementation.
const STATUS_AUTHENTICATION_FAILED
Component logger with individual log levels by component id.
Interface of auth credentials.
Standard interface for auth provider implementations.