Home
last modified time | relevance | path

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

/plugin/fedauth/classes/usr/
H A Dfa_signedin.usr.class.php22 * @param string $provid (optional) an authentication provider id
24 function __construct(&$manager, $cmd, $provid='') { argument
25 parent::__construct(&$manager, $cmd, $provid);
46 $uname = $store->getUsernameByIdentity($this->provid, $claimedId);
47 $pname = @$this->manager->providers->get($this->provid)->getName();
65 $this->manager->cookie->set($uname, $this->provid, $svcdata, false /*$sticky*/);
76 $store->addUserDataEntry($this->provid, $claimedId);
91 'prid' => $this->provid,
H A Dfa_signin.usr.class.php22 * @param string $provid (optional) an authentication provider id
24 function __construct(&$manager, $cmd, $provid='') { argument
25 parent::__construct(&$manager, $cmd, $provid);
31 if ($pro = $this->manager->providers->get($this->provid)) {
36 if ($this->provid == 'openid') {
H A Dfa_remove.usr.class.php22 * @param string $provid (optional) an authentication provider id
24 function __construct(&$manager, $cmd, $provid='') { argument
25 parent::__construct(&$manager, $cmd, $provid);
31 $uid = base64_decode(key($_REQUEST['fa']['remove'][$this->provid]));
H A Dfa_manage.usr.class.php22 * @param string $provid (optional) an authentication provider id
24 function __construct(&$manager, $cmd, $provid='') { argument
25 parent::__construct(&$manager, $cmd, $provid);
97 function _html_button($provid, $aid, $btn, $disabled=false, $indent=0, $class='') { argument
100 …e="submit" class="button '.$class.'" '.$disabled.' name="fa['.$btn.']['.$provid.']['.$aid.']" titl…
H A Dfa_login.usr.class.php22 * @param string $provid (optional) an authentication provider id
24 function __construct(&$manager, $cmd, $provid='') { argument
25 parent::__construct(&$manager, $cmd, $provid);
158 $class .= $this->provid == $id ? ' selected' : '';
179 if (!($pro = $this->manager->providers->get($this->provid))) {
188 …. '<input type="submit" class="button" name="fa[signin]['.$this->provid.']" value="' . $this->lang…
H A Dfa_logout.usr.class.php22 * @param string $provid (optional) an authentication provider id
24 function __construct(&$manager, $cmd, $provid='') { argument
25 parent::__construct(&$manager, $cmd, $provid);
H A Dfa_register.usr.class.php23 * @param string $provid (optional) an authentication provider id
25 function __construct(&$manager, $cmd, $provid='') { argument
26 parent::__construct(&$manager, $cmd, $provid);
H A Dfa_filestore.class.php311 * @param string $provid provider identifier
315 function provFN($provid, $ext='conf') { argument
316 return $this->conf . $provid . '.' . $ext;
/plugin/fedauth/classes/
H A Dfa_cookie.class.php73 … list($user, $sticky, $provid, $svcdata, $sectok) = explode('|', $_COOKIE[FEDAUTH_COOKIE], 5);
76 $provid = base64_decode($provid);
80 …return array('user' => $user, 'sticky' => $sticky, 'prid' => $provid, 'svcd' => $svcdata, 'stok' =…
87 * @param string $provid authorization provider identifier
91 function set($user, $provid, $svcdata, $sticky) { argument
104 . base64_encode($provid) . '|'
114 $_SESSION[DOKU_COOKIE]['fedauth']['prid'] = $provid; // provider identifier
H A Dfa_base.class.php36 var $provid = ''; variable in fa_base
48 * @param string $provid (optional) an authorization provider id
50 function __construct(&$manager, $cmd, $provid='') { argument
54 $this->provid = $provid;
/plugin/fedauth/classes/adm/
H A Dfa_manage.adm.class.php28 * @param string $provid (optional) an authorization provider id
30 function __construct(&$manager, $cmd, $provid='') { argument
31 parent::__construct(&$manager, $cmd, $provid);
112 print $this->_html_details($this->provid);
202 …$details = ($this->cmd == 'details' && $this->provid == $id) ? $this->_html_details($id, true) : '…
220 function _html_button($provid, $btn, $disabled=false, $indent=0, $class='') { argument
223 …e="submit" class="button '.$class.'" '.$disabled.' name="fa['.$btn.']['.$provid.']" title="'.$this…
226 function _html_details($provid, $forcevisible=false) { argument
228 $pro =& $this->manager->providers->get($provid);
229 …return '<div class="details"'.$fv.'><b>ID:</b> '.$provid.'<br/><b>'.$this->lang['serviceurl'].':</…
[all …]
H A Dfa_movedn.adm.class.php23 * @param string $provid (optional) an authorization provider id
25 function __construct(&$manager, $cmd, $provid='') { argument
26 parent::__construct(&$manager, $cmd, $provid);
35 if ($this->manager->providers->moveDown($this->provid)) {
H A Dfa_moveup.adm.class.php23 * @param string $provid (optional) an authorization provider id
25 function __construct(&$manager, $cmd, $provid='') { argument
26 parent::__construct(&$manager, $cmd, $provid);
35 if ($this->manager->providers->moveUp($this->provid)) {
H A Dfa_uselarge.adm.class.php23 * @param string $provid (optional) an authorization provider id
25 function __construct(&$manager, $cmd, $provid='') { argument
26 parent::__construct(&$manager, $cmd, $provid);
35 if ($this->manager->providers->toggleSize($this->provid)) {
H A Dfa_usesmall.adm.class.php23 * @param string $provid (optional) an authorization provider id
25 function __construct(&$manager, $cmd, $provid='') { argument
26 parent::__construct(&$manager, $cmd, $provid);
35 if ($this->manager->providers->toggleSize($this->provid)) {
H A Dfa_remove.adm.class.php23 * @param string $provid (optional) an authorization provider id
25 function __construct(&$manager, $cmd, $provid='') { argument
26 parent::__construct(&$manager, $cmd, $provid);
H A Dfa_toggle.adm.class.php23 * @param string $provid (optional) an authorization provider id
25 function __construct(&$manager, $cmd, $provid='') { argument
26 parent::__construct(&$manager, $cmd, $provid);
H A Dfa_restore.adm.class.php26 * @param string $provid (optional) an authorization provider id
28 function __construct(&$manager, $cmd, $provid='') { argument
29 parent::__construct(&$manager, $cmd, $provid);
/plugin/fedauth/
H A Daction.php31 var $provid = ''; variable in action_plugin_fedauth
214 $this->provid = is_array($fa[$this->cmd]) ? key($fa[$this->cmd]) : null;
217 $this->provid = null;
224 $this->provid = '';
225 … } else if (!in_array($this->cmd, $this->functions) || !$this->providers->get($this->provid)) {
228 $this->provid = '';
240 if (($this->cmd != 'login' || $this->provid != '') && !checkSecurityToken()) {
242 $this->provid = '';
248 … $this->handler =& load_handler_class($this, $this->cmd, USER_CMD_SCOPE, $this->provid, 'login');
H A Dcommon.php74 * @param string $provid (optional) an authorization provider id
76 function &load_handler_class($plugin, $cmd, $type, $provid='', $base='base') { argument
91 return new $class($plugin, $cmd, $provid);
H A Dadmin.php27 var $provid = ''; variable in admin_plugin_fedauth