Home
last modified time | relevance | path

Searched refs:authentication (Results 1 – 25 of 189) sorted by relevance

12345678

/plugin/elasticsearch/vendor/nyholm/dsn/src/Configuration/
H A DUserPasswordTrait.php12 private $authentication = ['user' => null, 'password' => null]; variable
16 return $this->authentication;
20 * @param array{ user?: string|null, password?: string|null, } $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['use
[all...]
H A DPath.php27 * @param array{ user?: string|null, password?: string|null, } $authentication
29 public function __construct(string $scheme, string $path, array $parameters = [], array $authentication = []) argument
32 $this->setAuthentication($authentication);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/
H A DCVSS.php33 public $authentication; variable in Google\\Service\\OnDemandScanning\\CVSS
102 public function setAuthentication($authentication) argument
104 $this->authentication = $authentication;
111 return $this->authentication;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DCVSS.php33 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/ServiceUsage/
H A DGoogleApiServiceusageV1ServiceConfig.php65 public function setAuthentication(Authentication $authentication) argument
67 $this->authentication = $authentication;
74 return $this->authentication;
H A DGoogleApiService.php105 public function setAuthentication(Authentication $authentication) argument
107 $this->authentication = $authentication;
114 return $this->authentication;
/plugin/authhttp/
H A DREADME2 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 b
[all...]
/plugin/authremoteuser/
H A DREADME.md5 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`
H A Dplugin.info.txt6 …c Provides Single Sign On authentication via an environment variable of the web server which is …
/plugin/authshibboleth/
H A DREADME.md9 …ports different authentication plugins and it is easy to write an alternative authentication plugi…
13authentication 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/
H A DREADME.md1 # LDAP+local authentication backend for Dokuwiki
4 … in Dokuwiki´s plain text files and still use the corporate LDAP for authentication so your contri…
7authentication 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/
H A Dplugin.info.txt5 name Split authentication Auth plugin
6 desc Splits DokuWiki authentication among auth plugins
/plugin/authucenter/
H A Dplugin.info.txt5 name Ucenter authentication plugin
6 desc Provides authentication against a Discuz with Ucenter backend
/plugin/authdjango/
H A Dplugin.info.txt5 name Django authentication plugin
6 desc Allows for authentication using a django session
/plugin/authwordpress/
H A Dplugin.info.txt5 name WordPress authentication plugin
6 desc Provides authentication against a WordPress MySQL database backend
/plugin/authchained/
H A Dplugin.info.txt6 desc Delegates authentication to multiple different authentication plugins
/plugin/shibbolethauth/lang/en/
H A Dintro.txt3 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/
H A Dintro.txt3 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/
H A Doptout.txt1 This wiki has the ability to use two-factor authentication. It is highly recommended using it by configuring one or more of the mechanisms below.
3 However, if you don't want to use this option, you can opt out below. You can always re-enable two-factor authentication later.
/plugin/sympaauth/lang/en/
H A Dintro.txt3 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/authgoogle2fa/
H A DREADME.md3 DokuWiki authentication plugin to implement Google Authenticator 2FA.
13 * Whether you want to enable two-factor authentication or not...
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
H A DService.php105 public function setAuthentication(Authentication $authentication) argument
107 $this->authentication = $authentication;
114 return $this->authentication;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
H A DService.php105 public function setAuthentication(Authentication $authentication) argument
107 $this->authentication = $authentication;
114 return $this->authentication;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DService.php105 public function setAuthentication(Authentication $authentication) argument
107 $this->authentication = $authentication;
114 return $this->authentication;
/plugin/authdrupal8/
H A DREADME.md17 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 following:
47 Easiest way is to go to Admin panel/Config/authentication section Security settings and here select :

12345678