/plugin/fedauth/classes/usr/ |
H A D | fa_signedin.usr.class.php | 22 * @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 D | fa_signin.usr.class.php | 22 * @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 D | fa_remove.usr.class.php | 22 * @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 D | fa_manage.usr.class.php | 22 * @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 D | fa_login.usr.class.php | 22 * @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 D | fa_logout.usr.class.php | 22 * @param string $provid (optional) an authentication provider id 24 function __construct(&$manager, $cmd, $provid='') { argument 25 parent::__construct(&$manager, $cmd, $provid);
|
H A D | fa_register.usr.class.php | 23 * @param string $provid (optional) an authentication provider id 25 function __construct(&$manager, $cmd, $provid='') { argument 26 parent::__construct(&$manager, $cmd, $provid);
|
H A D | fa_filestore.class.php | 311 * @param string $provid provider identifier 315 function provFN($provid, $ext='conf') { argument 316 return $this->conf . $provid . '.' . $ext;
|
/plugin/fedauth/classes/ |
H A D | fa_cookie.class.php | 73 … 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 D | fa_base.class.php | 36 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 D | fa_manage.adm.class.php | 28 * @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 D | fa_movedn.adm.class.php | 23 * @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 D | fa_moveup.adm.class.php | 23 * @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 D | fa_uselarge.adm.class.php | 23 * @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 D | fa_usesmall.adm.class.php | 23 * @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 D | fa_remove.adm.class.php | 23 * @param string $provid (optional) an authorization provider id 25 function __construct(&$manager, $cmd, $provid='') { argument 26 parent::__construct(&$manager, $cmd, $provid);
|
H A D | fa_toggle.adm.class.php | 23 * @param string $provid (optional) an authorization provider id 25 function __construct(&$manager, $cmd, $provid='') { argument 26 parent::__construct(&$manager, $cmd, $provid);
|
H A D | fa_restore.adm.class.php | 26 * @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 D | action.php | 31 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 D | common.php | 74 * @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 D | admin.php | 27 var $provid = ''; variable in admin_plugin_fedauth
|