$accountCreationThrottle | MediaWiki\Auth\ThrottlePreAuthenticationProvider | protected |
$cache | MediaWiki\Auth\ThrottlePreAuthenticationProvider | protected |
$config | MediaWiki\Auth\AbstractAuthenticationProvider | protected |
$hookContainer | MediaWiki\Auth\AbstractAuthenticationProvider | private |
$hookRunner | MediaWiki\Auth\AbstractAuthenticationProvider | private |
$logger | MediaWiki\Auth\AbstractAuthenticationProvider | protected |
$manager | MediaWiki\Auth\AbstractAuthenticationProvider | protected |
$passwordAttemptThrottle | MediaWiki\Auth\ThrottlePreAuthenticationProvider | protected |
$throttleSettings | MediaWiki\Auth\ThrottlePreAuthenticationProvider | protected |
$userNameUtils | MediaWiki\Auth\AbstractAuthenticationProvider | protected |
__construct( $params=[]) | MediaWiki\Auth\ThrottlePreAuthenticationProvider | |
getAuthenticationRequests( $action, array $options) | MediaWiki\Auth\AbstractPreAuthenticationProvider | |
getHookContainer() | MediaWiki\Auth\AbstractAuthenticationProvider | protected |
getHookRunner() | MediaWiki\Auth\AbstractAuthenticationProvider | protected |
getUniqueId() | MediaWiki\Auth\AbstractAuthenticationProvider | |
init(LoggerInterface $logger, AuthManager $manager, HookContainer $hookContainer, Config $config, UserNameUtils $userNameUtils) | MediaWiki\Auth\AbstractAuthenticationProvider | |
postAccountCreation( $user, $creator, AuthenticationResponse $response) | MediaWiki\Auth\AbstractPreAuthenticationProvider | |
postAccountLink( $user, AuthenticationResponse $response) | MediaWiki\Auth\AbstractPreAuthenticationProvider | |
postAuthentication( $user, AuthenticationResponse $response) | MediaWiki\Auth\ThrottlePreAuthenticationProvider | |
postInitSetup() | MediaWiki\Auth\ThrottlePreAuthenticationProvider | protected |
setConfig(Config $config) | MediaWiki\Auth\AbstractAuthenticationProvider | |
setHookContainer(HookContainer $hookContainer) | MediaWiki\Auth\AbstractAuthenticationProvider | |
setLogger(LoggerInterface $logger) | MediaWiki\Auth\AbstractAuthenticationProvider | |
setManager(AuthManager $manager) | MediaWiki\Auth\AbstractAuthenticationProvider | |
testForAccountCreation( $user, $creator, array $reqs) | MediaWiki\Auth\ThrottlePreAuthenticationProvider | |
testForAccountLink( $user) | MediaWiki\Auth\AbstractPreAuthenticationProvider | |
testForAuthentication(array $reqs) | MediaWiki\Auth\ThrottlePreAuthenticationProvider | |
testUserForCreation( $user, $autocreate, array $options=[]) | MediaWiki\Auth\AbstractPreAuthenticationProvider | |