Home
last modified time | relevance | path

Searched refs:auth (Results 26 – 50 of 299) sorted by relevance

12345678910>>...12

/plugin/davcal/vendor/sabre/http/lib/Auth/
H A DBearer.php29 $auth = $this->request->getHeader('Authorization');
31 if (!$auth) {
35 if (strtolower(substr($auth, 0, 7)) !== 'bearer ') {
39 return substr($auth, 7);
H A DBasic.php30 $auth = $this->request->getHeader('Authorization');
32 if (!$auth) {
36 if (strtolower(substr($auth, 0, 6)) !== 'basic ') {
40 $credentials = explode(':', base64_decode(substr($auth, 6)), 2);
/plugin/openid/
H A Daction.php154 if ($auth && $auth->canDo('addUser') && actionOK('register')) {
172 if (!$auth) {
182 $auth->addExtension($e);
191 $url = $auth->redirectURL(DOKU_URL, $return_to);
266 global $auth, $ID;
285 if ($auth && $auth->canDo('addUser') && actionOK('register')) {
395 global $USERINFO, $auth, $conf;
398 $users = $auth->retrieveUsers();
444 if(!$auth->canDo('addUser')) return false;
496 global $USERINFO, $INFO, $conf, $auth;
[all …]
/plugin/webdav/vendor/sabre/http/lib/Auth/
H A DBasic.php30 $auth = $this->request->getHeader('Authorization');
32 if (!$auth) {
36 if (strtolower(substr($auth, 0, 6)) !== 'basic ') {
40 $credentials = explode(':', base64_decode(substr($auth, 6)), 2);
/plugin/bureaucracyau/helper/
H A Dfieldusers.php44 global $auth;
62 return implode($delimiter, array_map(function ($user) use ($auth, $attribute) {
63 return $auth->getUserData($user)[$attribute];
88 global $auth;
91 if ($auth->getUserData($user) === false) {
H A Dfielduser.php45 global $auth;
54 $udata = $auth->getUserData($value);
93 global $auth;
95 if (!is_null($value) && $auth->getUserData($value) === false) {
/plugin/bureaucracy-au/helper/
H A Dfieldusers.php44 global $auth;
62 return implode($delimiter, array_map(function ($user) use ($auth, $attribute) {
63 return $auth->getUserData($user)[$attribute];
88 global $auth;
91 if ($auth->getUserData($user) === false) {
H A Dfielduser.php45 global $auth;
54 $udata = $auth->getUserData($value);
93 global $auth;
95 if (!is_null($value) && $auth->getUserData($value) === false) {
/plugin/bureaucracy/helper/
H A Dfieldusers.php44 global $auth;
62 return implode($delimiter, array_map(function ($user) use ($auth, $attribute) {
63 return $auth->getUserData($user)[$attribute];
88 global $auth;
91 if ($auth->getUserData($user) === false) {
H A Dfielduser.php45 global $auth;
54 $udata = $auth->getUserData($value);
93 global $auth;
95 if (!is_null($value) && $auth->getUserData($value) === false) {
/plugin/editor/
H A Dhelper.php42 global $auth;
44 if (($auth) && ($auth->canDo('getUsers'))) {
45 $user = $auth->retrieveUsers(0, 0, array('grps' => substr($user, 1)));
94 global $auth; // authentification class
145 $userinfo = $auth->getUserData($recent['user']);
/plugin/authgoogle/google/
H A DGoogle_Client.php69 static $auth; variable in Google_Client
105 self::$auth = new $apiConfig['authClass']();
127 return self::$auth->authenticate($service, $code);
322 self::$auth->revokeToken($token);
334 return self::$auth->verifyIdToken($token);
342 self::$auth->setAssertionCredentials($creds);
373 self::$auth->requestVisibleActions =
405 return Google_Client::$auth;
/plugin/aclregex/
H A Daction.php52 global $auth; // @var DokuWiki_Auth_Plugin $auth The global authentication handler
62 if (! $auth) {
86 if (! $auth->isCaseSensitive()) {
90 $user = auth_nameencode($auth->cleanUser($user));
91 $groups = array_map(array($auth, 'cleanGroup'), (array) $groups);
228 global $auth; // @var DokuWiki_Auth_Plugin $auth The global authentication handler
235 if (! $auth->isCaseSensitive() && $acl_subject !== '@ALL') {
/plugin/bureaucracy-au/_test/
H A Dfield_user.test.php20 global $auth;
22 $auth->createUser("user1", "54321", "user1Name", "user1@example.com");
23 $auth->createUser("user2", "543210", "user2Name", "user2@example.com");
24 … $auth->createUser("mwuser", "12345", "Wiki User", "wikiuser@example.com", ['group1', 'group2']);
H A Dfield_users.test.php20 global $auth;
22 $auth->createUser('user1', '54321', 'user1Name', 'user1@example.com');
23 $auth->createUser('user2', '543210', 'user2Name', 'user2@example.com');
24 $auth->createUser('mwuser', '12345', 'Wiki User', 'me@example.com', ['group1', 'group2']);
/plugin/bureaucracyau/_test/
H A Dfield_user.test.php20 global $auth;
22 $auth->createUser("user1", "54321", "user1Name", "user1@example.com");
23 $auth->createUser("user2", "543210", "user2Name", "user2@example.com");
24 … $auth->createUser("mwuser", "12345", "Wiki User", "wikiuser@example.com", ['group1', 'group2']);
H A Dfield_users.test.php20 global $auth;
22 $auth->createUser('user1', '54321', 'user1Name', 'user1@example.com');
23 $auth->createUser('user2', '543210', 'user2Name', 'user2@example.com');
24 $auth->createUser('mwuser', '12345', 'Wiki User', 'me@example.com', ['group1', 'group2']);
/plugin/adfs/phpsaml/lib/Saml/
H A DAuthRequest.php9 protected $auth; variable in OneLogin_Saml_AuthRequest
19 $this->auth = new OneLogin_Saml2_Auth($settings);
34 $settings = $this->auth->getSettings();
42 $url = OneLogin_Saml2_Utils::redirect($this->auth->getSSOurl(), $parameters, true);
/plugin/authyubikey/
H A Daction.php45 global $auth;
48 if(!is_a($auth, 'auth_plugin_authyubikey')) return;
73 global $auth;
77 if(!is_a($auth, 'auth_plugin_authyubikey')) return;
87 $userinfo = $auth->getUserData($user);
/plugin/epub/
H A Daction.php40 $auth = auth_quickaclcheck($INFO['id']);
41 if($auth) {
74 $auth = auth_quickaclcheck('epub:*');
77 if($auth < 8 && !in_array($epub_group,$groups)) return;
78 $auth = auth_quickaclcheck($INFO['id']);
79 if($auth < 4) return;
/plugin/davcal/
H A DprincipalBackendDokuwiki.php12 global $auth;
13 $users = $auth->retrieveUsers();
28 global $auth;
30 $userData = $auth->getUserData($user);
/plugin/sneakyindexfix/_test/
H A Dmain.test.php12 global $auth;
17 $this->oldAuth = $auth;
34 global $auth;
36 $auth = $this->oldAuth;
/plugin/oauth/action/
H A Duser.php65 global $auth;
81 $services = array_map([$auth, 'cleanGroup'], $services);
108 /** @var auth_plugin_authplain $auth */
109 global $auth;
124 $group = $auth->cleanGroup($service->getServiceID());
151 /** @var auth_plugin_authplain $auth */
152 global $auth;
164 $group = $auth->cleanGroup($service->getServiceID());
/plugin/structtasks/_test/
H A DUtilitiesTest.php65 global $auth;
67 $auth->createUser('user1', 'abcdefg', 'Arron Dom Person', 'adperson@example.com');
68 $auth->createUser('user2', '123456789', 'Fay Mail', 'user2@example.com');
170 global $auth;
172 $auth->createUser('user1', 'abcdefg', 'Arron Dom Person', 'adperson@example.com');
173 $auth->createUser('user2', '123456789', 'Fay Mail', 'user2@example.com');
174 $auth->createUser('user3', 'asdkfjdl', '', 'some@mail.com');
/plugin/webdav/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DAbstractBasic.php95 $auth = new HTTP\Auth\Basic(
101 $userpass = $auth->getCredentials();
135 $auth = new HTTP\Auth\Basic(
140 $auth->requireLogin();

12345678910>>...12