Home
last modified time | relevance | path

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

/plugin/fedauth/classes/usr/
Dfa_filestore.class.php89 * @param string $claimedId claimed identifier
92 function getUsernameByIdentity($providerId, $claimedId) { argument
96 $claimedId = str_replace($strip, '', $claimedId);
98 if ($entry['ident'] == $claimedId) {
149 * @param string $claimedId identity associated with the user data entry
152 function getUserDataEntry($claimedId) { argument
156 $claimedId = str_replace($strip, '', $claimedId);
158 if ($entry['ident'] == $claimedId) {
187 * @param string $claimedId user authentication identity
190 function addUserDataEntry($providerId, $claimedId, $date=null) { argument
[all …]
Dfa_signedin.usr.class.php44 function _process_claimed_identity($claimedId, $svcdata) { argument
46 $uname = $store->getUsernameByIdentity($this->provid, $claimedId);
55 $this->_storeTempAuth($claimedId, $svcdata, $pname);
66 $store->refreshUserDataEntry($claimedId);
76 $store->addUserDataEntry($this->provid, $claimedId);
89 function _storeTempAuth($claimedId, $svcdata, $pname) { argument
93 'ident' => $claimedId,