Home
last modified time | relevance | path

Searched refs:auth_plugin_authad (Results 1 – 2 of 2) sorted by last modified time

/dokuwiki/lib/plugins/authad/
H A Daction.php38 /** @var auth_plugin_authad $auth */
40 if (!is_a($auth, 'auth_plugin_authad')) return; // AD not even used
62 /** @var auth_plugin_authad $auth */
64 if (!is_a($auth, 'auth_plugin_authad')) return; // AD not even used
H A Dauth.php45 class auth_plugin_authad extends AuthPlugin
41 class auth_plugin_authad extends DokuWiki_Auth_Plugin global() class