Home
last modified time | relevance | path

Searched refs:authPlugin (Results 1 – 9 of 9) sorted by relevance

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DPluginPropertiesTest.php157 $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 DDAVServerTest.php84 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 Dcalendarserver.php66 $authPlugin = new Sabre\DAV\Auth\Plugin($authBackend); variable
67 $server->addPlugin($authPlugin);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DFreeBusyRequestTest.php18 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 DPluginTest.php56 $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 DPlugin.php210 $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 DPluginTest.php88 $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 DSharingPluginTest.php65 $this->authPlugin->beforeMethod(new HTTP\Request(), new HTTP\Response());
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php232 $authPlugin = $this->server->getPlugin('auth');
233 if (is_null($authPlugin)) return null;
236 return $authPlugin->getCurrentPrincipal();