$config | MediaWiki\Auth\AbstractAuthenticationProvider | protected |
$logger | MediaWiki\Auth\AbstractAuthenticationProvider | protected |
$manager | MediaWiki\Auth\AbstractAuthenticationProvider | protected |
getAuthenticationRequests( $action, array $options) | MediaWiki\Auth\AbstractPreAuthenticationProvider | |
getUniqueId() | MediaWiki\Auth\AbstractAuthenticationProvider | |
makeFailResponse(User $user, $constant, $msg, $hook) | MediaWiki\Auth\LegacyHookPreAuthenticationProvider | private |
postAccountCreation( $user, $creator, AuthenticationResponse $response) | MediaWiki\Auth\AbstractPreAuthenticationProvider | |
postAccountLink( $user, AuthenticationResponse $response) | MediaWiki\Auth\AbstractPreAuthenticationProvider | |
postAuthentication( $user, AuthenticationResponse $response) | MediaWiki\Auth\AbstractPreAuthenticationProvider | |
setConfig(Config $config) | MediaWiki\Auth\AbstractAuthenticationProvider | |
setLogger(LoggerInterface $logger) | MediaWiki\Auth\AbstractAuthenticationProvider | |
setManager(AuthManager $manager) | MediaWiki\Auth\AbstractAuthenticationProvider | |
testForAccountCreation( $user, $creator, array $reqs) | MediaWiki\Auth\LegacyHookPreAuthenticationProvider | |
testForAccountLink( $user) | MediaWiki\Auth\AbstractPreAuthenticationProvider | |
testForAuthentication(array $reqs) | MediaWiki\Auth\LegacyHookPreAuthenticationProvider | |
testUserForCreation( $user, $autocreate, array $options=[]) | MediaWiki\Auth\LegacyHookPreAuthenticationProvider | |