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.php5 use dokuwiki\Remote\AccessDeniedException; alias
32 * @throws AccessDeniedException
39 throw new AccessDeniedException('Only admins are allowed to create users', 114);
46 throw new AccessDeniedException(
89 * @throws AccessDeniedException
95 throw new AccessDeniedException('Only admins are allowed to delete users', 114);
100 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.php399 * @throws AccessDeniedException
428 * @throws AccessDeniedException
450 * @throws AccessDeniedException
474 * @throws AccessDeniedException
519 * @throws AccessDeniedException
567 * @throws AccessDeniedException
657 * @throws AccessDeniedException no write access for page
721 * @throws AccessDeniedException
826 * @throws AccessDeniedException no permission for media
835 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 $e) {
H A DJsonRpcServer.php177 } catch (AccessDeniedException $e) {
H A DLegacyApiCore.php334 throw new AccessDeniedException('Only admins are allowed to create users', 114);
341 throw new AccessDeniedException(
389 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
934 } catch (AccessDeniedException $e) {
936 $this->assertInstanceOf(AccessDeniedException::class, $e);