Home
last modified time | relevance | path

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

/plugin/authsplit/
H A Dauth.php13 protected $authplugins; variable in auth_plugin_authsplit
51 $this->authplugins[$type] = plugin_load('auth', $pluginName);
52 if (!$this->authplugins[$type]) {
58 $this->authplugins[$type] = null;
90 $this->cando['modLogin'] = $this->authplugins['secondary']->canDo('modLogin');
93 $this->cando['modPass'] = $this->authplugins['primary']->canDo('modPass');
100 $this->cando[$cap] = $this->authplugins['secondary']->canDo($cap);
105 $this->cando['external'] = $this->authplugins['primary']->cando['external'];
108 $this->cando['logout'] = $this->authplugins['primary']->canDo('logout');
111 $this->authplugins['primar
[all...]