Home
last modified time | relevance | path

Searched refs:AccessDeniedException (Results 1 – 12 of 12) sorted by relevance

/dokuwiki/lib/plugins/acl/
H A Dremote.php4 use dokuwiki\Remote\AccessDeniedException; alias
15 * @throws AccessDeniedException
20 throw new AccessDeniedException(
38 * @throws AccessDeniedException
43 throw new AccessDeniedException(
60 * @throws AccessDeniedException
65 throw new AccessDeniedException(
/dokuwiki/lib/plugins/usermanager/
H A Dremote.php6 use dokuwiki\Remote\AccessDeniedException; alias
33 * @throws AccessDeniedException
40 throw new AccessDeniedException('Only admins are allowed to create users', 114);
47 throw new AccessDeniedException(
90 * @throws AccessDeniedException
96 throw new AccessDeniedException('Only admins are allowed to delete users', 114);
101 throw new AccessDeniedException(
/dokuwiki/lib/plugins/extension/
H A Dremote.php9 use dokuwiki\Remote\AccessDeniedException; alias
29 throw new AccessDeniedException('Only admins are allowed to access extensions', 114);
53 throw new AccessDeniedException('Only admins are allowed to access extensions', 114);
80 throw new AccessDeniedException('Only admins are allowed to manage extensions', 114);
97 throw new AccessDeniedException('Only admins are allowed to manage extensions', 114);
116 throw new AccessDeniedException('Only admins are allowed to manage extensions', 114);
141 throw new AccessDeniedException('Only admins are allowed to manage extensions', 114);
/dokuwiki/inc/Remote/
H A DAccessDeniedException.php8 class AccessDeniedException extends RemoteException class
H A DApiCore.php403 * @throws AccessDeniedException
432 * @throws AccessDeniedException
454 * @throws AccessDeniedException
478 * @throws AccessDeniedException
523 * @throws AccessDeniedException
571 * @throws AccessDeniedException
660 * @throws AccessDeniedException no write access for page
728 * @throws AccessDeniedException
833 * @throws AccessDeniedException no permission for media
842 throw new AccessDeniedException('You are not allowed to read this media file', 211);
[all …]
H A DApi.php153 throw new AccessDeniedException('Server Error. API is not enabled in config.', -32604);
162 * @throws AccessDeniedException Thrown when the user is not allowed to call the method
178 throw new AccessDeniedException('server error. not authorized to call method', -32604);
H A DXmlRpcServer.php55 } catch (AccessDeniedException) {
H A DJsonRpcServer.php177 } catch (AccessDeniedException) {
H A DLegacyApiCore.php335 throw new AccessDeniedException('Only admins are allowed to create users', 114);
342 throw new AccessDeniedException(
390 throw new AccessDeniedException('Only admins are allowed to delete users', 114);
/dokuwiki/lib/plugins/usermanager/_test/
H A DRemoteApiTest.php5 use dokuwiki\Remote\AccessDeniedException; alias
87 $this->expectException(AccessDeniedException::class);
183 $this->expectException(AccessDeniedException::class);
228 $this->expectException(AccessDeniedException::class);
251 $this->expectException(AccessDeniedException::class);
/dokuwiki/_test/tests/Remote/
H A DApiTest.php5 use dokuwiki\Remote\AccessDeniedException; alias
140 $this->expectException(AccessDeniedException::class);
174 $this->expectException(AccessDeniedException::class);
182 $this->expectException(AccessDeniedException::class);
190 $this->expectException(AccessDeniedException::class);
335 $this->expectException(AccessDeniedException::class);
345 $this->expectException(AccessDeniedException::class);
H A DApiCoreTest.php5 use dokuwiki\Remote\AccessDeniedException; alias
938 } catch (AccessDeniedException $e) {
940 $this->assertInstanceOf(AccessDeniedException::class, $e);