Home
last modified time | relevance | path

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

/plugin/fedauth/classes/usr/
H A 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) {
152 function getUserDataEntry($claimedId) { argument
156 $claimedId = str_replace($strip, '', $claimedId);
158 if ($entry['ident'] == $claimedId) {
218 function deleteUserDataEntry($claimedId) { argument
219 if ($entry = $this->getUserDataEntry($claimedId)) {
240 function refreshUserDataEntry($claimedId) { argument
[all …]
H A 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,