MediaWiki
1.33.1
|
This is a value object to hold authentication response data. More...
Static Public Member Functions | |
static | newAbstain () |
static | newFail (Message $msg) |
static | newPass ( $username=null) |
static | newRedirect (array $reqs, $redirectTarget, $redirectApiData=null) |
static | newRestart (Message $msg) |
static | newUI (array $reqs, Message $msg, $msgtype='warning') |
Public Attributes | |
AuthenticationRequest null | $createRequest = null |
Returned with a PrimaryAuthenticationProvider login FAIL or a PASS with no username, this can be set to a request that should result in a PASS when passed to that provider's PrimaryAuthenticationProvider::beginPrimaryAccountCreation(). More... | |
AuthenticationRequest null | $linkRequest = null |
When returned with a PrimaryAuthenticationProvider login PASS with no username, the request this holds will be passed to AuthManager::changeAuthenticationData() once the local user has been determined and the user has confirmed the account ownership (by reviewing the information given by $linkRequest->describeCredentials()). More... | |
AuthenticationRequest null | $loginRequest = null |
Returned with an AuthManager account creation PASS, this holds a request to pass to AuthManager::beginAuthentication() to immediately log into the created account. More... | |
Message null | $message = null |
I18n message to display in case of UI or FAIL. More... | |
string | $messageType = 'warning' |
Whether the $message is an error or warning message, for styling reasons. More... | |
AuthenticationRequest[] | $neededRequests = [] |
Needed AuthenticationRequests to continue after a UI or REDIRECT response. More... | |
mixed | $redirectApiData = null |
Data for a REDIRECT response that a client might use to query the remote site via its API rather than by following $redirectTarget. More... | |
string null | $redirectTarget = null |
URL to redirect to for a REDIRECT response. More... | |
string | $status |
One of the constants above. More... | |
string null | $username = null |
Local user name from authentication. More... | |
const | ABSTAIN = 'ABSTAIN' |
Indicates that the authentication provider does not handle this request. More... | |
const | FAIL = 'FAIL' |
Indicates that the authentication failed. More... | |
const | PASS = 'PASS' |
Indicates that the authentication succeeded. More... | |
const | REDIRECT = 'REDIRECT' |
Indicates that the authentication needs to be redirected to a third party to proceed. More... | |
const | RESTART = 'RESTART' |
Indicates that third-party authentication succeeded but no user exists. More... | |
const | UI = 'UI' |
Indicates that the authentication needs further user input of some sort. More... | |
This is a value object to hold authentication response data.
An AuthenticationResponse represents both the status of the authentication (success, failure, in progress) and it its state (what data is needed to continue).
Definition at line 37 of file AuthenticationResponse.php.
|
static |
Definition at line 170 of file AuthenticationResponse.php.
References $ret, and MediaWiki\Auth\AuthenticationResponse\ABSTAIN.
Referenced by MediaWiki\Auth\ConfirmLinkSecondaryAuthenticationProvider\beginLinkAttempt(), MediaWiki\Auth\LocalPasswordPrimaryAuthenticationProvider\beginPrimaryAccountCreation(), MediaWiki\Auth\TemporaryPasswordPrimaryAuthenticationProvider\beginPrimaryAccountCreation(), MediaWiki\Auth\LocalPasswordPrimaryAuthenticationProvider\beginPrimaryAuthentication(), MediaWiki\Auth\TemporaryPasswordPrimaryAuthenticationProvider\beginPrimaryAuthentication(), MediaWiki\Auth\CheckBlocksSecondaryAuthenticationProvider\beginSecondaryAccountCreation(), MediaWiki\Auth\EmailNotificationSecondaryAuthenticationProvider\beginSecondaryAuthentication(), MediaWiki\Auth\CheckBlocksSecondaryAuthenticationProvider\beginSecondaryAuthentication(), MediaWiki\Auth\ConfirmLinkSecondaryAuthenticationProvider\continueLinkAttempt(), MediaWiki\Auth\AbstractPasswordPrimaryAuthenticationProvider\failResponse(), MediaWiki\Auth\AuthManagerTest\provideAccountCreation(), MediaWiki\Auth\AuthManagerTest\provideAccountLink(), MediaWiki\Auth\AuthManagerTest\provideAuthentication(), MediaWiki\Auth\LocalPasswordPrimaryAuthenticationProviderTest\testAccountCreation(), MediaWiki\Auth\TemporaryPasswordPrimaryAuthenticationProviderTest\testAccountCreation(), MediaWiki\Auth\AuthManagerTest\testAccountCreation(), MediaWiki\Auth\AuthManagerTest\testAccountLink(), MediaWiki\Auth\LocalPasswordPrimaryAuthenticationProviderTest\testAuthentication(), MediaWiki\Auth\TemporaryPasswordPrimaryAuthenticationProviderTest\testAuthentication(), MediaWiki\Auth\AuthManagerTest\testAuthentication(), MediaWiki\Auth\AuthManagerTest\testAutoCreateOnLogin(), MediaWiki\Auth\CheckBlocksSecondaryAuthenticationProviderTest\testBasics(), MediaWiki\Auth\ConfirmLinkSecondaryAuthenticationProviderTest\testBeginLinkAttempt(), MediaWiki\Auth\EmailNotificationSecondaryAuthenticationProviderTest\testBeginSecondaryAuthentication(), MediaWiki\Auth\CheckBlocksSecondaryAuthenticationProviderTest\testBeginSecondaryAuthentication(), MediaWiki\Auth\ConfirmLinkSecondaryAuthenticationProviderTest\testContinueLinkAttempt(), MediaWiki\Auth\ResetPasswordSecondaryAuthenticationProviderTest\testTryReset(), and MediaWiki\Auth\ResetPasswordSecondaryAuthenticationProvider\tryReset().
|
static |
Message | $msg |
Definition at line 146 of file AuthenticationResponse.php.
References $ret, and MediaWiki\Auth\AuthenticationResponse\FAIL.
Referenced by MediaWiki\Auth\AuthManager\beginAccountCreation(), MediaWiki\Auth\AuthManager\beginAccountLink(), MediaWiki\Auth\AuthManager\beginAuthentication(), MediaWiki\Auth\LocalPasswordPrimaryAuthenticationProvider\beginPrimaryAuthentication(), MediaWiki\Auth\TemporaryPasswordPrimaryAuthenticationProvider\beginPrimaryAuthentication(), MediaWiki\Auth\CheckBlocksSecondaryAuthenticationProvider\beginSecondaryAuthentication(), MediaWiki\Auth\AuthManager\continueAccountCreation(), MediaWiki\Auth\AuthManager\continueAccountLink(), MediaWiki\Auth\AuthManager\continueAuthentication(), MediaWiki\Auth\AbstractPasswordPrimaryAuthenticationProvider\failResponse(), MediaWiki\Auth\AuthManagerTest\provideAccountCreation(), MediaWiki\Auth\AuthManagerTest\provideAccountLink(), MediaWiki\Auth\AuthManagerTest\provideAuthentication(), MediaWiki\Auth\AuthManagerTest\testContinueAccountCreation(), MediaWiki\Auth\AuthManagerTest\testContinueAccountLink(), MediaWiki\Auth\AuthManagerTest\testCreateFromLogin(), and MediaWiki\Auth\ThrottlePreAuthenticationProviderTest\testTestForAuthentication().
|
static |
string | null | $username | Local username |
Definition at line 134 of file AuthenticationResponse.php.
References $ret, MediaWiki\Auth\AuthenticationResponse\$username, and MediaWiki\Auth\AuthenticationResponse\PASS.
Referenced by MediaWiki\Auth\AuthManager\beginAuthentication(), MediaWiki\Auth\LocalPasswordPrimaryAuthenticationProvider\beginPrimaryAccountCreation(), MediaWiki\Auth\TemporaryPasswordPrimaryAuthenticationProvider\beginPrimaryAccountCreation(), MediaWiki\Auth\LocalPasswordPrimaryAuthenticationProvider\beginPrimaryAuthentication(), MediaWiki\Auth\TemporaryPasswordPrimaryAuthenticationProvider\beginPrimaryAuthentication(), MediaWiki\Auth\EmailNotificationSecondaryAuthenticationProvider\beginSecondaryAccountCreation(), MediaWiki\Auth\CheckBlocksSecondaryAuthenticationProvider\beginSecondaryAuthentication(), MediaWiki\Auth\AuthManager\continueAccountCreation(), MediaWiki\Auth\AuthManager\continueAuthentication(), MediaWiki\Auth\ConfirmLinkSecondaryAuthenticationProvider\continueLinkAttempt(), MediaWiki\Auth\AuthManagerTest\provideAccountCreation(), MediaWiki\Auth\AuthManagerTest\provideAccountLink(), MediaWiki\Auth\AuthManagerTest\provideAuthentication(), MediaWiki\Auth\AbstractPreAuthenticationProviderTest\testAbstractPreAuthenticationProvider(), MediaWiki\Auth\AbstractPrimaryAuthenticationProviderTest\testAbstractPrimaryAuthenticationProvider(), MediaWiki\Auth\AbstractSecondaryAuthenticationProviderTest\testAbstractSecondaryAuthenticationProvider(), MediaWiki\Auth\LocalPasswordPrimaryAuthenticationProviderTest\testAccountCreation(), MediaWiki\Auth\TemporaryPasswordPrimaryAuthenticationProviderTest\testAccountCreation(), MediaWiki\Auth\TemporaryPasswordPrimaryAuthenticationProviderTest\testAccountCreationEmail(), MediaWiki\Auth\AuthManagerTest\testAccountCreationLogging(), MediaWiki\Auth\LocalPasswordPrimaryAuthenticationProviderTest\testAuthentication(), MediaWiki\Auth\TemporaryPasswordPrimaryAuthenticationProviderTest\testAuthentication(), MediaWiki\Auth\AuthManagerTest\testAutoCreateFailOnLogin(), MediaWiki\Auth\AuthManagerTest\testAutoCreateOnLogin(), MediaWiki\Auth\CheckBlocksSecondaryAuthenticationProviderTest\testBeginSecondaryAuthentication(), MediaWiki\Auth\ConfirmLinkSecondaryAuthenticationProviderTest\testContinueLinkAttempt(), MediaWiki\Auth\ThrottlePreAuthenticationProviderTest\testPostAuthentication(), MediaWiki\Auth\TemporaryPasswordPrimaryAuthenticationProviderTest\testProviderChangeAuthenticationData(), MediaWiki\Auth\LocalPasswordPrimaryAuthenticationProviderTest\testProviderChangeAuthenticationData(), MediaWiki\Auth\ThrottlePreAuthenticationProviderTest\testTestForAuthentication(), MediaWiki\Auth\ResetPasswordSecondaryAuthenticationProviderTest\testTryReset(), and MediaWiki\Auth\ResetPasswordSecondaryAuthenticationProvider\tryReset().
|
static |
AuthenticationRequest[] | $reqs | AuthenticationRequests needed to continue |
string | $redirectTarget | URL |
mixed | null | $redirectApiData | Data suitable for adding to an ApiResult |
Definition at line 206 of file AuthenticationResponse.php.
References MediaWiki\Auth\AuthenticationResponse\$redirectApiData, MediaWiki\Auth\AuthenticationResponse\$redirectTarget, $ret, and MediaWiki\Auth\AuthenticationResponse\REDIRECT.
Referenced by MediaWiki\Auth\AuthManagerTest\provideAccountCreation(), MediaWiki\Auth\AuthManagerTest\provideAccountLink(), and MediaWiki\Auth\AuthManagerTest\provideAuthentication().
|
static |
Message | $msg |
Definition at line 159 of file AuthenticationResponse.php.
References $ret, and MediaWiki\Auth\AuthenticationResponse\RESTART.
Referenced by MediaWiki\Auth\AuthManager\continueAuthentication(), and MediaWiki\Auth\AuthManagerTest\provideAuthentication().
|
static |
AuthenticationRequest[] | $reqs | AuthenticationRequests needed to continue |
Message | $msg | |
string | $msgtype |
Definition at line 183 of file AuthenticationResponse.php.
References $ret, and MediaWiki\Auth\AuthenticationResponse\UI.
Referenced by MediaWiki\Auth\ConfirmLinkSecondaryAuthenticationProvider\beginLinkAttempt(), MediaWiki\Auth\ConfirmLinkSecondaryAuthenticationProvider\continueLinkAttempt(), MediaWiki\Auth\AuthManagerTest\provideAccountCreation(), MediaWiki\Auth\AuthManagerTest\provideAccountLink(), MediaWiki\Auth\AuthManagerTest\provideAuthentication(), MediaWiki\Auth\AuthManagerTest\testAutoCreateOnLogin(), MediaWiki\Auth\AuthManagerTest\testCreateFromLogin(), and MediaWiki\Auth\ResetPasswordSecondaryAuthenticationProvider\tryReset().
AuthenticationRequest null MediaWiki\Auth\AuthenticationResponse::$createRequest = null |
Returned with a PrimaryAuthenticationProvider login FAIL or a PASS with no username, this can be set to a request that should result in a PASS when passed to that provider's PrimaryAuthenticationProvider::beginPrimaryAccountCreation().
The client will be able to send that back for expedited account creation where only the username needs to be filled.
Returned with an AuthManager login FAIL or RESTART, this holds a CreateFromLoginAuthenticationRequest that may be passed to AuthManager::beginCreateAccount(), possibly in place of any "primary-required" requests. It may also be passed to AuthManager::beginAuthentication() to preserve the list of accounts which can be linked after success (see $linkRequest).
Definition at line 109 of file AuthenticationResponse.php.
AuthenticationRequest null MediaWiki\Auth\AuthenticationResponse::$linkRequest = null |
When returned with a PrimaryAuthenticationProvider login PASS with no username, the request this holds will be passed to AuthManager::changeAuthenticationData() once the local user has been determined and the user has confirmed the account ownership (by reviewing the information given by $linkRequest->describeCredentials()).
The provider should handle that changeAuthenticationData() call by doing the actual linking.
Definition at line 119 of file AuthenticationResponse.php.
AuthenticationRequest null MediaWiki\Auth\AuthenticationResponse::$loginRequest = null |
Returned with an AuthManager account creation PASS, this holds a request to pass to AuthManager::beginAuthentication() to immediately log into the created account.
All provider methods except postAuthentication will be skipped.
Definition at line 127 of file AuthenticationResponse.php.
I18n message to display in case of UI or FAIL.
Definition at line 82 of file AuthenticationResponse.php.
string MediaWiki\Auth\AuthenticationResponse::$messageType = 'warning' |
Whether the $message is an error or warning message, for styling reasons.
Definition at line 85 of file AuthenticationResponse.php.
AuthenticationRequest [] MediaWiki\Auth\AuthenticationResponse::$neededRequests = [] |
Needed AuthenticationRequests to continue after a UI or REDIRECT response.
This plays the same role when continuing authentication as AuthManager::getAuthenticationRequests() does when beginning it.
Definition at line 79 of file AuthenticationResponse.php.
mixed MediaWiki\Auth\AuthenticationResponse::$redirectApiData = null |
Data for a REDIRECT response that a client might use to query the remote site via its API rather than by following $redirectTarget.
Value must be something acceptable to ApiResult::addValue().
Definition at line 71 of file AuthenticationResponse.php.
Referenced by MediaWiki\Auth\AuthenticationResponse\newRedirect().
URL to redirect to for a REDIRECT response.
Definition at line 64 of file AuthenticationResponse.php.
Referenced by MediaWiki\Auth\AuthenticationResponse\newRedirect().
string MediaWiki\Auth\AuthenticationResponse::$status |
One of the constants above.
Definition at line 61 of file AuthenticationResponse.php.
Local user name from authentication.
May be null if the authentication passed but no local user is known.
Definition at line 91 of file AuthenticationResponse.php.
Referenced by MediaWiki\Auth\AuthenticationResponse\newPass().
const MediaWiki\Auth\AuthenticationResponse::ABSTAIN = 'ABSTAIN' |
Indicates that the authentication provider does not handle this request.
Definition at line 52 of file AuthenticationResponse.php.
Referenced by MediaWiki\Auth\AuthManager\beginAccountLink(), MediaWiki\Auth\AuthManager\continueAccountCreation(), MediaWiki\Auth\AuthManager\continueAuthentication(), MediaWiki\Auth\AuthenticationResponse\newAbstain(), MediaWiki\Auth\AuthenticationResponseTest\provideConstructors(), and MediaWiki\Auth\AbstractPasswordPrimaryAuthenticationProviderTest\testFailResponse().
const MediaWiki\Auth\AuthenticationResponse::FAIL = 'FAIL' |
Indicates that the authentication failed.
Definition at line 42 of file AuthenticationResponse.php.
Referenced by MediaWiki\Auth\AuthManager\beginAccountLink(), MediaWiki\Auth\AuthManager\continueAccountCreation(), MediaWiki\Auth\AuthManager\continueAccountLink(), MediaWiki\Auth\AuthManager\continueAuthentication(), MediaWiki\Auth\AuthenticationResponse\newFail(), MediaWiki\Auth\AuthenticationResponseTest\provideConstructors(), MediaWiki\Auth\LocalPasswordPrimaryAuthenticationProviderTest\testAccountCreation(), MediaWiki\Auth\TemporaryPasswordPrimaryAuthenticationProviderTest\testAccountCreation(), MediaWiki\Auth\AuthManagerTest\testAccountCreation(), MediaWiki\Auth\AuthManagerTest\testAccountLink(), MediaWiki\Auth\LocalPasswordPrimaryAuthenticationProviderTest\testAuthentication(), MediaWiki\Auth\TemporaryPasswordPrimaryAuthenticationProviderTest\testAuthentication(), MediaWiki\Auth\AuthManagerTest\testAuthentication(), MediaWiki\Auth\AuthManagerTest\testAutoCreateFailOnLogin(), MediaWiki\Auth\AuthManagerTest\testBeginAccountCreation(), MediaWiki\Auth\AuthManagerTest\testBeginAccountLink(), MediaWiki\Auth\CheckBlocksSecondaryAuthenticationProviderTest\testBeginSecondaryAuthentication(), MediaWiki\Auth\AuthManagerTest\testContinueAccountCreation(), MediaWiki\Auth\AuthManagerTest\testContinueAccountLink(), MediaWiki\Auth\AuthManagerTest\testCreateFromLogin(), MediaWiki\Auth\AbstractPasswordPrimaryAuthenticationProviderTest\testFailResponse(), MediaWiki\Auth\TemporaryPasswordPrimaryAuthenticationProviderTest\testProviderChangeAuthenticationData(), MediaWiki\Auth\LocalPasswordPrimaryAuthenticationProviderTest\testProviderChangeAuthenticationData(), and MediaWiki\Auth\CheckBlocksSecondaryAuthenticationProviderTest\testRangeBlock().
const MediaWiki\Auth\AuthenticationResponse::PASS = 'PASS' |
Indicates that the authentication succeeded.
Definition at line 39 of file AuthenticationResponse.php.
Referenced by MediaWiki\Auth\AuthManager\beginAccountLink(), MediaWiki\Auth\AuthManager\continueAccountCreation(), MediaWiki\Auth\AuthManager\continueAccountLink(), MediaWiki\Auth\AuthManager\continueAuthentication(), MediaWiki\Auth\AuthenticationResponse\newPass(), MediaWiki\Auth\ThrottlePreAuthenticationProvider\postAuthentication(), MediaWiki\Auth\AuthenticationResponseTest\provideConstructors(), MediaWiki\Auth\LocalPasswordPrimaryAuthenticationProviderTest\testAccountCreation(), MediaWiki\Auth\TemporaryPasswordPrimaryAuthenticationProviderTest\testAccountCreation(), MediaWiki\Auth\AuthManagerTest\testAccountCreation(), MediaWiki\Auth\AuthManagerTest\testAccountCreationLogging(), MediaWiki\Auth\AuthManagerTest\testAccountLink(), MediaWiki\Auth\AuthManagerTest\testAuthentication(), MediaWiki\Auth\AuthManagerTest\testAutoCreateOnLogin(), and MediaWiki\Auth\AuthManagerTest\testBeginAuthentication().
const MediaWiki\Auth\AuthenticationResponse::REDIRECT = 'REDIRECT' |
Indicates that the authentication needs to be redirected to a third party to proceed.
Definition at line 58 of file AuthenticationResponse.php.
Referenced by MediaWiki\Auth\AuthManager\beginAccountLink(), MediaWiki\Auth\AuthManager\continueAccountCreation(), MediaWiki\Auth\AuthManager\continueAccountLink(), MediaWiki\Auth\AuthManager\continueAuthentication(), MediaWiki\Auth\AuthenticationResponse\newRedirect(), and MediaWiki\Auth\AuthenticationResponseTest\provideConstructors().
const MediaWiki\Auth\AuthenticationResponse::RESTART = 'RESTART' |
Indicates that third-party authentication succeeded but no user exists.
Either treat this like a UI response or pass $this->createRequest to AuthManager::beginCreateAccount(). For use by AuthManager only (providers should just return a PASS with no username).
Definition at line 49 of file AuthenticationResponse.php.
Referenced by MediaWiki\Auth\AuthenticationResponse\newRestart(), MediaWiki\Auth\AuthenticationResponseTest\provideConstructors(), and MediaWiki\Auth\AuthManagerTest\testAuthentication().
const MediaWiki\Auth\AuthenticationResponse::UI = 'UI' |
Indicates that the authentication needs further user input of some sort.
Definition at line 55 of file AuthenticationResponse.php.
Referenced by MediaWiki\Auth\AuthManager\beginAccountLink(), MediaWiki\Auth\AuthManager\continueAccountCreation(), MediaWiki\Auth\AuthManager\continueAccountLink(), MediaWiki\Auth\AuthManager\continueAuthentication(), MediaWiki\Auth\AuthenticationResponse\newUI(), MediaWiki\Auth\AuthenticationResponseTest\provideConstructors(), MediaWiki\Auth\AuthManagerTest\testAutoCreateOnLogin(), MediaWiki\Auth\ConfirmLinkSecondaryAuthenticationProviderTest\testBeginLinkAttempt(), MediaWiki\Auth\ConfirmLinkSecondaryAuthenticationProviderTest\testContinueLinkAttempt(), MediaWiki\Auth\AuthManagerTest\testCreateFromLogin(), and MediaWiki\Auth\ResetPasswordSecondaryAuthenticationProviderTest\testTryReset().