Home
last modified time | relevance | path

Searched refs:checkAuth (Results 1 – 2 of 2) sorted by relevance

/plugin/jsonrpc/_test/
H A Djsonrpc_test.php22 $this->assertTrue(checkAuth(), "Failure checkAuth, allow_all");
31 $this->assertTrue(checkAuth(), "Failer checkAuth, allow testuser");
41 $this->assertFalse(checkAuth(), "Failer checkAuth, notallow testuser");
/plugin/jsonrpc/
H A Djsonrpc.php46 function checkAuth(){ function in dokuwiki_jsonrpc_server
76 if(!in_array($methodname,$this->public_methods) && !$this->checkAuth()){