44 $this->domainList = $domainList;
52 $ret = parent::getFieldInfo();
55 if ( isset( $ret[
'username'] ) ) {
60 'help' =>
wfMessage(
'authmanager-domain-help' ),
62 foreach ( $this->domainList as
$domain ) {
76 'provider' =>
wfMessage(
'authmanager-provider-password-domain' ),
78 'authmanager-account-password-domain', [ $this->username, $this->domain ]
89 $ret =
new static( $data[
'domainList'] );
90 foreach ( $data as $k => $v ) {
91 if ( $k !==
'domainList' ) {
wfMessage( $key,... $params)
This is the function for getting translated interface messages.
This is a value object for authentication requests with a username, password, and domain.
__construct(array $domainList)
getFieldInfo()
Fetch input field info.This will be used in the AuthManager APIs and web UIs to define API input para...
static __set_state( $data)
describeCredentials()
Describe the credentials represented by this request.This is used on requests returned by Authenticat...