/plugin/elasticsearch/vendor/nyholm/dsn/src/Configuration/ |
D | UserPasswordTrait.php | 12 private $authentication = ['user' => null, 'password' => null]; variable 16 return $this->authentication; 22 private function setAuthentication(array $authentication): void argument 24 if (!empty($authentication)) { 25 $this->authentication['user'] = $authentication['user'] ?? null; 26 $this->authentication['password'] = $authentication['password'] ?? null; 32 return $this->authentication['user'] ?? null; 41 $new->authentication['user'] = $user; 48 return $this->authentication['password'] ?? null; 57 $new->authentication['password'] = $password;
|
D | Path.php | 29 …ction __construct(string $scheme, string $path, array $parameters = [], array $authentication = []) argument 32 $this->setAuthentication($authentication);
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/ |
D | CVSS.php | 33 public $authentication; variable in Google\\Service\\ContainerAnalysis\\CVSS 102 public function setAuthentication($authentication) argument 104 $this->authentication = $authentication; 111 return $this->authentication;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/ |
D | CVSS.php | 33 public $authentication; variable in Google\\Service\\OnDemandScanning\\CVSS 102 public function setAuthentication($authentication) argument 104 $this->authentication = $authentication; 111 return $this->authentication;
|
/plugin/authhttp/ |
D | README | 2 authhttp DokuWiki HTTP authentication plugin 15 your webserver to perform some sort of authentication (eg. HTTP Basic or 16 NTLM authentication). In that case, the Webserver provides a user's 21 supplied those through the login form. It will perform authentication using 30 authentication. 38 between the HTTP authentication (which might eg. use an old password) and 43 your Webserver's HTTP authentication has been set up. 47 DokuWiki (without this plugin) is the only entity doing actual authentication. 53 did the authentication and essentially annuls DokuWiki's own authentication by 56 authentication credentials which should always be the case (except if you did [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/ |
D | GoogleApiServiceusageV1ServiceConfig.php | 65 public function setAuthentication(Authentication $authentication) argument 67 $this->authentication = $authentication; 74 return $this->authentication;
|
D | GoogleApiService.php | 105 public function setAuthentication(Authentication $authentication) argument 107 $this->authentication = $authentication; 114 return $this->authentication;
|
/plugin/authremoteuser/ |
D | README.md | 5 target="_blank">plugin</a> provides Single Sign On authentication via an 6 environment variable of the web server which is set through authentication 26 1. Enable an authentication system which sets (domain and) username in an 28 anonymous authentication) on your web server. 39 1. Determine the variable name your authentication system uses: 43 2. If your authentication system uses another variable name notice this 58 authentication system. 76 5. If your authentication system doesn't use variable name `REMOTE_USER`
|
D | plugin.info.txt | 6 …c Provides Single Sign On authentication via an environment variable of the web server which is …
|
/plugin/authshibboleth/ |
D | README.md | 9 …ports different authentication plugins and it is easy to write an alternative authentication plugi… 13 …authentication structure - _authentication backends_. In case you have an older version and you do… 47 Now, in most cases, the Shibboleth authentication should work out-of-the-box. But if that is not th…
|
/plugin/authldaplocal/ |
D | README.md | 1 # LDAP+local authentication backend for Dokuwiki 4 … in Dokuwiki´s plain text files and still use the corporate LDAP for authentication so your contri… 7 …authentication backend. And I did file a wishlist bug for inclusion of that patch into Dokuwiki ba… 12 This authentication backend is published under the GPL V2. 20 Mark 'Use Access Control Lists', select 'authldaplocal' as the authentication backend and configure… 47 Reuse of code from other authentication backends has to be improved.
|
/plugin/authsplit/ |
D | plugin.info.txt | 5 name Split authentication Auth plugin 6 desc Splits DokuWiki authentication among auth plugins
|
/plugin/authdjango/ |
D | plugin.info.txt | 5 name Django authentication plugin 6 desc Allows for authentication using a django session
|
/plugin/authucenter/ |
D | plugin.info.txt | 5 name Ucenter authentication plugin 6 desc Provides authentication against a Discuz with Ucenter backend
|
/plugin/authwordpress/ |
D | plugin.info.txt | 5 name WordPress authentication plugin 6 desc Provides authentication against a WordPress MySQL database backend
|
/plugin/genericsso/ |
D | plugin.info.txt | 5 name Generic SSO authentication plugin 6 desc Provides generic way to use SSO authentication
|
/plugin/authchained/ |
D | plugin.info.txt | 6 desc Delegates authentication to multiple different authentication plugins
|
/plugin/shibbolethauth/lang/en/ |
D | intro.txt | 3 From this page you can set up or unset the authentication backend which uses Shibboleth. 6 the authentication type, and fill the fields matching to configure the plugin shibbolethauth.
|
/plugin/fblogin/lang/en/ |
D | intro.txt | 3 From this page you can set up or unset the authentication backend which uses Facebook. 6 the authentication type, and fill the fields matching to configure the plugin fblogin.
|
/plugin/twofactor/lang/en/ |
D | optout.txt | 1 This wiki has the ability to use two-factor authentication. It is highly recommended using it by co… 3 …o use this option, you can opt out below. You can always re-enable two-factor authentication later.
|
/plugin/sympaauth/lang/en/ |
D | intro.txt | 3 From this page you can set up or unset the authentication backend which uses the soap frontend of a… 5 …his backend, you must go to the configuration plugin page, and select "sympa" as the authentication
|
/plugin/authdrupal8/ |
D | README.md | 17 Dokuwiki MySQL authentication backend by 27 DokuDrupal Drupal 7.x/MySQL authentication backend by 43 **Before** setting your authentication mode to ```authdrupal8``` you should think about the followi… 47 Easiest way is to go to Admin panel/Config/authentication section Security settings and here select…
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/ |
D | Service.php | 105 public function setAuthentication(Authentication $authentication) argument 107 $this->authentication = $authentication; 114 return $this->authentication;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/ |
D | Service.php | 105 public function setAuthentication(Authentication $authentication) argument 107 $this->authentication = $authentication; 114 return $this->authentication;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/ |
D | Service.php | 105 public function setAuthentication(Authentication $authentication) argument 107 $this->authentication = $authentication; 114 return $this->authentication;
|