MediaWiki
REL1_35
AuthManagerLoginAuthenticateAuditHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Auth\Hook
;
4
5
use
MediaWiki\Auth\AuthenticationResponse
;
6
use
User
;
7
12
interface
AuthManagerLoginAuthenticateAuditHook
{
31
public
function
onAuthManagerLoginAuthenticateAudit
( $response, $user,
32
$username, $extraData
33
);
34
}
MediaWiki\Auth\AuthenticationResponse
This is a value object to hold authentication response data.
Definition
AuthenticationResponse.php:37
User
The User object encapsulates all of the user-specific settings (user_id, name, rights,...
Definition
User.php:60
MediaWiki\Auth\Hook\AuthManagerLoginAuthenticateAuditHook
Stable to implement.
Definition
AuthManagerLoginAuthenticateAuditHook.php:12
MediaWiki\Auth\Hook\AuthManagerLoginAuthenticateAuditHook\onAuthManagerLoginAuthenticateAudit
onAuthManagerLoginAuthenticateAudit( $response, $user, $username, $extraData)
This hook is called when a login attempt either succeeds or fails for a reason other than misconfigur...
MediaWiki\Auth\Hook
Definition
AuthManagerLoginAuthenticateAuditHook.php:3
includes
auth
Hook
AuthManagerLoginAuthenticateAuditHook.php
Generated on Sat Apr 6 2024 00:06:56 for MediaWiki by
1.9.8