Searched refs:authPlugin (Results 1 – 9 of 9) sorted by relevance
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/ |
H A D | PluginPropertiesTest.php | 157 $authPlugin = new DAV\Auth\Plugin(new DAV\Auth\Backend\Mock(),'realm'); 158 $server->addPlugin($authPlugin); 161 $authPlugin->beforeMethod(new HTTP\Request(), new HTTP\Response()); 195 $authPlugin = new DAV\Auth\Plugin(new DAV\Auth\Backend\Mock(),'realm'); 196 $server->addPlugin($authPlugin); 199 $authPlugin->beforeMethod(new HTTP\Request(), new HTTP\Response());
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/ |
H A D | DAVServerTest.php | 84 protected $authPlugin; variable in Sabre\\DAVServerTest 142 $this->authPlugin = new DAV\Auth\Plugin($authBackend); 143 $this->server->addPlugin($this->authPlugin); 146 $this->authPlugin->beforeMethod(new Request(), new Response());
|
/plugin/davcal/ |
H A D | calendarserver.php | 66 $authPlugin = new Sabre\DAV\Auth\Plugin($authBackend); variable 67 $server->addPlugin($authPlugin);
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/ |
H A D | FreeBusyRequestTest.php | 18 protected $authPlugin; variable in Sabre\\CalDAV\\Schedule\\FreeBusyRequestTest 83 $this->authPlugin = new DAV\Auth\Plugin($authBackend,'SabreDAV'); 85 $this->authPlugin->beforeMethod($this->request, $this->response); 86 $this->server->addPlugin($this->authPlugin);
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/ |
H A D | PluginTest.php | 56 $authPlugin = new DAV\Auth\Plugin($authBackend, 'SabreDAV'); 57 $this->server->addPlugin($authPlugin); 60 $authPlugin->beforeMethod(new HTTP\Request(), new HTTP\Response());
|
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/ |
H A D | Plugin.php | 210 $authPlugin = $this->server->getPlugin('auth'); 211 $reasons = $authPlugin->getLoginFailedReasons(); 212 $authPlugin->challenge( 240 $authPlugin = $this->server->getPlugin('auth'); 241 if (!$authPlugin) { 244 return $authPlugin->getCurrentPrincipal(); 807 $authPlugin = $server->getPlugin('auth'); 808 if (!$authPlugin) { 811 $authPlugin->autoRequireLogin = false;
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/ |
H A D | PluginTest.php | 88 $authPlugin = new DAV\Auth\Plugin($authBackend, 'SabreDAV'); 89 $authPlugin->beforeMethod(new \Sabre\HTTP\Request(), new \Sabre\HTTP\Response()); 90 $this->server->addPlugin($authPlugin); 93 $authPlugin->beforeMethod(new HTTP\Request(), new HTTP\Response());
|
H A D | SharingPluginTest.php | 65 $this->authPlugin->beforeMethod(new HTTP\Request(), new HTTP\Response());
|
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/ |
H A D | Plugin.php | 232 $authPlugin = $this->server->getPlugin('auth'); 233 if (is_null($authPlugin)) return null; 236 return $authPlugin->getCurrentPrincipal();
|