Lines Matching refs:auth
156 $auth = new DAV\Auth\Plugin(new DAV\Auth\Backend\Mock(),'SabreDAV');
157 $server->addPlugin($auth);
160 $auth->beforeMethod(new HTTP\Request(), new HTTP\Response());
183 $auth = new DAV\Auth\Plugin(new DAV\Auth\Backend\Mock(),'SabreDAV');
184 $server->addPlugin($auth);
187 $auth->beforeMethod(new HTTP\Request(), new HTTP\Response());
260 $auth = new DAV\Auth\Plugin(new DAV\Auth\Backend\Mock(),'SabreDAV');
261 $server->addPlugin($auth);
264 $auth->beforeMethod(new HTTP\Request(), new HTTP\Response());
314 $auth = new DAV\Auth\Plugin(new DAV\Auth\Backend\Mock(),'SabreDAV');
315 $server->addPlugin($auth);