MediaWiki  1.29.1
AuthPluginUser Class Reference
Inheritance diagram for AuthPluginUser:

Public Member Functions

 __construct ( $user)
 
 getId ()
 
 isHidden ()
 Indicate whether the user is hidden. More...
 
 isLocked ()
 Indicate whether the user is locked. More...
 
 resetAuthToken ()
 

Detailed Description

Deprecated:
since 1.27

Definition at line 330 of file AuthPlugin.php.

Constructor & Destructor Documentation

◆ __construct()

AuthPluginUser::__construct (   $user)

Reimplemented in MediaWiki\Auth\AuthManagerAuthPluginUser.

Definition at line 331 of file AuthPlugin.php.

Member Function Documentation

◆ getId()

AuthPluginUser::getId ( )

Reimplemented in MediaWiki\Auth\AuthManagerAuthPluginUser.

Definition at line 335 of file AuthPlugin.php.

◆ isHidden()

AuthPluginUser::isHidden ( )

Indicate whether the user is hidden.

Deprecated:
since 1.26, use the UserIsHidden hook instead.
Returns
bool

Reimplemented in MediaWiki\Auth\AuthManagerAuthPluginUser.

Definition at line 355 of file AuthPlugin.php.

◆ isLocked()

AuthPluginUser::isLocked ( )

Indicate whether the user is locked.

Deprecated:
since 1.26, use the UserIsLocked hook instead.
Returns
bool

Reimplemented in MediaWiki\Auth\AuthManagerAuthPluginUser.

Definition at line 345 of file AuthPlugin.php.

◆ resetAuthToken()

AuthPluginUser::resetAuthToken ( )
Deprecated:
since 1.28, use SessionManager::invalidateSessionForUser() instead.

Reimplemented in MediaWiki\Auth\AuthManagerAuthPluginUser.

Definition at line 363 of file AuthPlugin.php.


The documentation for this class was generated from the following file: