$config | MediaWiki\Auth\AbstractAuthenticationProvider | protected |
$logger | MediaWiki\Auth\AbstractAuthenticationProvider | protected |
$manager | MediaWiki\Auth\AbstractAuthenticationProvider | protected |
getAuthenticationRequests( $action, array $options) | CaptchaPreAuthenticationProvider | |
getUniqueId() | MediaWiki\Auth\AbstractAuthenticationProvider | |
makeError( $message, SimpleCaptcha $captcha) | CaptchaPreAuthenticationProvider | protected |
postAccountCreation( $user, $creator, AuthenticationResponse $response) | MediaWiki\Auth\AbstractPreAuthenticationProvider | |
postAccountLink( $user, AuthenticationResponse $response) | MediaWiki\Auth\AbstractPreAuthenticationProvider | |
postAuthentication( $user, AuthenticationResponse $response) | CaptchaPreAuthenticationProvider | |
setConfig(Config $config) | MediaWiki\Auth\AbstractAuthenticationProvider | |
setLogger(LoggerInterface $logger) | MediaWiki\Auth\AbstractAuthenticationProvider | |
setManager(AuthManager $manager) | MediaWiki\Auth\AbstractAuthenticationProvider | |
testForAccountCreation( $user, $creator, array $reqs) | CaptchaPreAuthenticationProvider | |
testForAccountLink( $user) | MediaWiki\Auth\AbstractPreAuthenticationProvider | |
testForAuthentication(array $reqs) | CaptchaPreAuthenticationProvider | |
testUserForCreation( $user, $autocreate, array $options=[]) | MediaWiki\Auth\AbstractPreAuthenticationProvider | |
verifyCaptcha(SimpleCaptcha $captcha, array $reqs, User $user) | CaptchaPreAuthenticationProvider | protected |