MediaWiki
1.33.0
|
A pre-authentication provider to call some legacy hooks. More...
Public Member Functions | |
__construct () | |
![]() | |
getAuthenticationRequests ( $action, array $options) | |
Return the applicable list of AuthenticationRequests. More... | |
postAccountCreation ( $user, $creator, AuthenticationResponse $response) | |
Post-creation callback. More... | |
postAccountLink ( $user, AuthenticationResponse $response) | |
Post-link callback. More... | |
postAuthentication ( $user, AuthenticationResponse $response) | |
Post-login callback. More... | |
testForAccountCreation ( $user, $creator, array $reqs) | |
Determine whether an account creation may begin. More... | |
testForAccountLink ( $user) | |
Determine whether an account may linked to another authentication method. More... | |
testForAuthentication (array $reqs) | |
Determine whether an authentication may begin. More... | |
testUserForCreation ( $user, $autocreate, array $options=[]) | |
Determine whether an account may be created. More... | |
![]() | |
getUniqueId () | |
@inheritDoc More... | |
setConfig (Config $config) | |
Set configuration. More... | |
setLogger (LoggerInterface $logger) | |
setManager (AuthManager $manager) | |
Set AuthManager. More... | |
Additional Inherited Members | |
![]() | |
Config | $config |
LoggerInterface | $logger |
AuthManager | $manager |
A pre-authentication provider to call some legacy hooks.
Definition at line 30 of file LegacyHookPreAuthenticationProvider.php.
MediaWiki\Auth\LegacyHookPreAuthenticationProvider::__construct | ( | ) |
Definition at line 31 of file LegacyHookPreAuthenticationProvider.php.
References class, and wfDeprecated().