Home
last modified time | relevance | path

Searched refs:auth (Results 51 – 75 of 299) sorted by relevance

12345678910>>...12

/plugin/webdav/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DAbstractBearer.php88 $auth = new HTTP\Auth\Bearer(
94 $bearerToken = $auth->getToken($request);
129 $auth = new HTTP\Auth\Bearer(
134 $auth->requireLogin();
/plugin/davcal/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DAbstractBasic.php95 $auth = new HTTP\Auth\Basic(
101 $userpass = $auth->getCredentials($request);
135 $auth = new HTTP\Auth\Basic(
140 $auth->requireLogin();
/plugin/ssocas/
H A Daction.php77 global $auth;
92 if($auth && $auth->canDo('addUser') && actionOK('register')){
96 if ($auth && $auth->canDo('modPass') && actionOK('resendpwd')) {
118 global $ACT, $auth, $conf, $INFO, $USERINFO;
124 $USERINFO = $auth->getUserData($casuser);
/plugin/fedauth/classes/svc/
H A Dfa_openid.svc.class.php79 $auth = $consumer->begin($url);
80 if (!$auth) {
86 $auth->addExtension($attrq);
88 $url = $auth->redirectURL(DOKU_URL, $return_to);
/plugin/authphpbb3/
H A Daction.php35 global $auth;
45 if (!is_a($auth, 'auth_plugin_authphpbb3')) {
48 $phpbb_url = $auth->get_phpbb_url();
124 global $auth, $conf;
127 if (!is_a($auth, 'auth_plugin_authphpbb3')) {
136 $data = $auth->getUserData($event->data['username']);
/plugin/vbsso/includes/
H A Dapi.php67 … $auth = (class_exists('auth_plugin_authplain')) ? new auth_plugin_authplain() : new auth_plain();
76 if (!$user = $auth->getUserData($json[SHAREDAPI_EVENT_FIELD_USERNAME]) and $create_user) {
77 …if ($auth->createUser($json[SHAREDAPI_EVENT_FIELD_USERNAME], '', $json[SHAREDAPI_EVENT_FIELD_USERN…
79 $user = $auth->getUserData($json[SHAREDAPI_EVENT_FIELD_USERNAME]);
164 … $auth = (class_exists('auth_plugin_authplain')) ? new auth_plugin_authplain() : new auth_plain();
165 $auth->modifyUser($json[SHAREDAPI_EVENT_FIELD_USERNAME], $changes);
266 global $conf, $auth, $USERINFO;
268 if (!$auth) {
271 $USERINFO = $auth->getUserData($user);
/plugin/authgooglesheets/vendor/google/auth/
H A DREADME.md4 …d><a href="http://www.github.com/google/google-auth-library-php">http://www.github.com/google/goog…
32 composer.phar require google/auth
100 'auth' => 'google_auth' // authorize all requests
119 'auth' => 'google_auth' // authorize all requests
155 'auth' => 'google_auth',
206 'auth' => 'google_auth' // authorize all requests
247 'auth' => ['username', 'pass'], // auth option handled by your application
268 $auth = new AccessToken();
269 $auth->verify($idToken);
280 $auth = new AccessToken();
[all …]
/plugin/struct/types/
H A DUser.php32 /** @var AuthPlugin $auth */
33 global $auth;
34 $info = $auth->getUserData($rawvalue, false);
67 /** @var AuthPlugin $auth */
68 global $auth;
71 if (!$auth->canDo('getUsers')) {
94 $logins = $pad_keys($auth->retrieveUsers(0, $max, ['user' => $lookup]));
98 $pad_keys($auth->retrieveUsers(0, $max, ['name' => $lookup]))
/plugin/authyubikey/
H A Dauth.php84 $auth = $yubi->verify($otp);
85 return (PEAR::isError($auth) ? false : true);
129 $auth = $yubi->verify($otp);
130 if(PEAR::isError($auth) && $auth != 'REPLAYED_OTP') {
132 … array_push($errors, sprintf($this->getLang('yubikeyiderr'), substr($otp, 0, 12), $auth));
135 … array_push($errors, sprintf($this->getLang('yubikeyidserr'), $i+1, substr($otp, 0, 12), $auth));
/plugin/structpublish/helper/
H A Dnotify.php118 /** @var AuthPlugin $auth */
119 global $auth;
120 if (!$auth->canDo('getUsers')) {
125 $users = $auth->retrieveUsers(0, 5000, ['grps' => substr($recipient, 1)]);
138 /** @var AuthPlugin $auth */
139 global $auth;
140 $user = $auth->getUserData($recipient);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
H A DRequest.php72 public function setAuth(Auth $auth) argument
74 $this->auth = $auth;
81 return $this->auth;
/plugin/linkmanager/
H A Dfunctions.php45 function linkpage_filelist($ns,$auth=null,$jump=''){ argument
52 if(is_null($auth)) $auth = auth_quickaclcheck("$ns:*");
56 if($auth < AUTH_READ){
77 linkpage_printfile($item,$auth,$jump);
97 function linkpage_printfile($item,$auth,$jump){ argument
/plugin/autolink2/
H A Dadmin.php14 global $auth;
18 if (!isset($auth)) {
20 } else if (!$auth->canDo('getUsers')) {
25 $this->_auth = & $auth;
/plugin/permissioninfo/
H A Dadmin.php36 global $auth;
38 $this->auth = $auth;
41 if($this->auth->canDo('getUsers'))
43 $getUserFunc = array($this->auth, 'retrieveUsers');
51 if($this->auth->canDo('getGroups'))
52 $getGroupFunc = array($this->auth, 'retrieveGroups');
350 $userdata = $this->auth->getUserData($username);
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpclient-4.5.5.jar ... apache/http/ org/apache/http/auth/ org/apache/http/auth/params ...
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php62 private $auth; variable in Google\\Client
252 $auth = $this->getOAuth2Service();
253 $auth->setCode($code);
340 $auth = $this->getOAuth2Service();
341 $auth->setRefreshToken($refreshToken);
404 $auth = $this->getOAuth2Service();
594 public function setAuth($auth) argument
1056 if (!isset($this->auth)) {
1060 return $this->auth;
1068 $auth = new OAuth2(
[all …]
/plugin/404manager/_test/
H A Dmanager.test.php55 $aclReadOnlyFile = constant_parameters::$DIR_RESOURCES . '/acl.auth.read_only.php';
82 $aclReadOnlyFile = constant_parameters::$DIR_RESOURCES . '/acl.auth.read_only.php';
123 $aclReadOnlyFile = constant_parameters::$DIR_RESOURCES . '/acl.auth.read_only.php';
166 $aclReadOnlyFile = constant_parameters::$DIR_RESOURCES . '/acl.auth.read_only.php';
210 $aclReadOnlyFile = constant_parameters::$DIR_RESOURCES . '/acl.auth.read_only.php';
261 $aclReadOnlyFile = constant_parameters::$DIR_RESOURCES . '/acl.auth.read_only.php';
310 $aclReadOnlyFile = constant_parameters::$DIR_RESOURCES . '/acl.auth.read_only.php';
/plugin/daftdrafts/
H A Dhelper.php33 'desc' => 'Add an ACL Line into the acl.auth.php',
39 'desc' => 'Remove an ACL Line into the acl.auth.php',
56 if ( empty($acl_config) ) $acl_config = file(DOKU_CONF.'acl.auth.php');
57 $daftAcl = file(dirname(__FILE__).'/daft.auth.php');
/plugin/authhttp/
H A DREADME13 This auth plugin is for you if you don't want your users to have to login
22 the configured auth plugin (usually authplain) and, if successful, show the
23 user (and the admin) options depending on the auth plugin's capabilities.
26 - EITHER DokuWiki's auth plugin does NOT report capabilities such as "change
29 - OR the Webserver and DokuWiki's auth plugin use the SAME source for their
39 DokuWiki's auth plugin (which might have stored a new password somewhere
76 - When authhttp is the primary auth plugin for authsplit, there could be the
77 case that while users are known to authhttp, they aren't to the secondary auth
114 auth plugin for authsplit, the last three configuration settings above will
131 This plugin is based on ideas in the "ggauth" auth backen
[all...]
/plugin/structgroup/helper/
H A Dauthgroup.php39 global $auth;
41 if(!$auth->canDo('getUsers')) {
46 … $groups = array_map(function($userinfo) { return $userinfo['grps']; }, $auth->retrieveUsers());
/plugin/judge/
H A Dadmin.php55 global $ID, $auth;
58 if ($auth->canDo('getUsers')) { // is this feature available?
59 $users = $auth->retrieveUsers(0, 0);
/plugin/blogtng/action/
H A Dajax.php32 global $auth, $INPUT;
48 if($auth AND $info = $auth->getUserData($INPUT->server->str('REMOTE_USER'))) {
/plugin/botbouncer/admin/
H A Dclean.php26 global $auth;
30 if (!isset($auth)) {
32 } else if (!$auth->canDo('getUsers')) {
37 $this->_auth = & $auth;
/plugin/bureaucracy-au/helper/
H A Daction.php108 $auth = auth_aclcheck($id, $runas, array());
110 $auth = auth_quickaclcheck($id);
112 return $auth;
/plugin/bureaucracyau/helper/
H A Daction.php108 $auth = auth_aclcheck($id, $runas, array());
110 $auth = auth_quickaclcheck($id);
112 return $auth;

12345678910>>...12