class LdapAuthenticator extends LoggingService (View source)

Properties

protected Logger $logger from  LoggingService

Methods

__construct(PDO $connection, ConfigurationManager $configManager, LdapUserEventLogger $ldapUserEventLogger, AuthenticationService $authService, CsrfTokenService $csrfTokenService, Logger $logger, LoginAttemptService $loginAttemptService, UserContextService $userContextService, array $serverParams = [])

No description

void
logDebug(string $message, array $context = [])

No description

void
logInfo(string $message, array $context = [])

No description

void
logWarning(string $message, array $context = [])

No description

void
logError(string $message, array $context = [])

No description

void
authenticate()

No description

void
invalidateAuthenticationCache()

Invalidate LDAP authentication cache

Details

__construct(PDO $connection, ConfigurationManager $configManager, LdapUserEventLogger $ldapUserEventLogger, AuthenticationService $authService, CsrfTokenService $csrfTokenService, Logger $logger, LoginAttemptService $loginAttemptService, UserContextService $userContextService, array $serverParams = [])

No description

Parameters

PDO $connection
ConfigurationManager $configManager
LdapUserEventLogger $ldapUserEventLogger
AuthenticationService $authService
CsrfTokenService $csrfTokenService
Logger $logger
LoginAttemptService $loginAttemptService
UserContextService $userContextService
array $serverParams

protected void logDebug(string $message, array $context = [])

No description

Parameters

string $message
array $context

Return Value

void

protected void logInfo(string $message, array $context = [])

No description

Parameters

string $message
array $context

Return Value

void

protected void logWarning(string $message, array $context = [])

No description

Parameters

string $message
array $context

Return Value

void

protected void logError(string $message, array $context = [])

No description

Parameters

string $message
array $context

Return Value

void

void authenticate()

No description

Return Value

void

void invalidateAuthenticationCache()

Invalidate LDAP authentication cache

Return Value

void