Home
last modified time | relevance | path

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

/plugin/saml/phpsaml/lib/Saml2/
DLogoutRequest.php38 * @param string|null $nameId The NameID that will be set in the LogoutRequest.
46 …public function __construct(OneLogin_Saml2_Settings $settings, $request = null, $nameId = null, $s… argument
76 if (!empty($nameId)) {
82 $nameId = $idpData['entityId'];
99 $nameId,
224 $nameId = OneLogin_Saml2_Utils::decryptElement($encryptedData, $seckey);
229 $nameId = $entries->item(0);
233 if (!isset($nameId)) {
241 $nameIdData['Value'] = $nameId->nodeValue;
243 if ($nameId->hasAttribute($attr)) {
[all …]
DAuth.php535 * @param string|null $nameId The NameID that will be set in the LogoutRequest.
545 …public function logout($returnTo = null, $parameters = array(), $nameId = null, $sessionIndex = nu… argument
557 if (empty($nameId) && !empty($this->_nameid)) {
558 $nameId = $this->_nameid;
564 …$logoutRequest = new OneLogin_Saml2_LogoutRequest($this->_settings, null, $nameId, $sessionIndex, …
DUtils.php1061 $nameId = $doc->createElement('saml:NameID');
1063 $nameId->setAttribute('SPNameQualifier', $spnq);
1066 $nameId->setAttribute('NameQualifier', $nq);
1069 $nameId->setAttribute('Format', $format);
1071 $nameId->appendChild($doc->createTextNode($value));
1073 $doc->appendChild($nameId);
1080 $enc->setNode($nameId);
1099 return $doc->saveXML($nameId);
DResponse.php592 $nameId = OneLogin_Saml2_Utils::decryptElement($encryptedData, $seckey);
597 $nameId = $entries->item(0);
603 if (!isset($nameId)) {
612 if ($this->_settings->isStrict() && empty($nameId->nodeValue)) {
618 $nameIdData['Value'] = $nameId->nodeValue;
621 if ($nameId->hasAttribute($attr)) {
625 if ($spEntityId != $nameId->getAttribute($attr)) {
632 $nameIdData[$attr] = $nameId->getAttribute($attr);
/plugin/adfs/phpsaml/lib/Saml2/
DLogoutRequest.php38 * @param string|null $nameId The NameID that will be set in the LogoutRequest.
46 …public function __construct(OneLogin_Saml2_Settings $settings, $request = null, $nameId = null, $s… argument
76 if (!empty($nameId)) {
82 $nameId = $idpData['entityId'];
99 $nameId,
224 $nameId = OneLogin_Saml2_Utils::decryptElement($encryptedData, $seckey);
229 $nameId = $entries->item(0);
233 if (!isset($nameId)) {
241 $nameIdData['Value'] = $nameId->nodeValue;
243 if ($nameId->hasAttribute($attr)) {
[all …]
DAuth.php535 * @param string|null $nameId The NameID that will be set in the LogoutRequest.
545 …public function logout($returnTo = null, $parameters = array(), $nameId = null, $sessionIndex = nu… argument
557 if (empty($nameId) && !empty($this->_nameid)) {
558 $nameId = $this->_nameid;
564 …$logoutRequest = new OneLogin_Saml2_LogoutRequest($this->_settings, null, $nameId, $sessionIndex, …
DUtils.php1061 $nameId = $doc->createElement('saml:NameID');
1063 $nameId->setAttribute('SPNameQualifier', $spnq);
1066 $nameId->setAttribute('NameQualifier', $nq);
1069 $nameId->setAttribute('Format', $format);
1071 $nameId->appendChild($doc->createTextNode($value));
1073 $doc->appendChild($nameId);
1080 $enc->setNode($nameId);
1099 return $doc->saveXML($nameId);
DResponse.php592 $nameId = OneLogin_Saml2_Utils::decryptElement($encryptedData, $seckey);
597 $nameId = $entries->item(0);
603 if (!isset($nameId)) {
612 if ($this->_settings->isStrict() && empty($nameId->nodeValue)) {
618 $nameIdData['Value'] = $nameId->nodeValue;
621 if ($nameId->hasAttribute($attr)) {
625 if ($spEntityId != $nameId->getAttribute($attr)) {
632 $nameIdData[$attr] = $nameId->getAttribute($attr);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DTTFontFileAnalysis.php133 $nameId = $this->read_ushort();
136 if (!in_array($nameId, $K)) {
161 if ($N && $names[$nameId] == '') {
162 $names[$nameId] = $N;
DOtlDump.php487 $nameId = $this->read_ushort();
490 if (!in_array($nameId, $K)) {
517 if ($N && $names[$nameId] == '') {
518 $names[$nameId] = $N;
DTTFontFile.php693 $nameId = $this->read_ushort();
697 if (!in_array($nameId, $K)) {
723 if ($N && $names[$nameId] == '') {
724 $names[$nameId] = $N;
/plugin/html2pdf/html2pdf/html2ps/
Dot.class.php375 function lookup($platformId, $encodingId, $languageId, $nameId) { argument
379 if ($this->_nameRecord[$i]->match($platformId, $encodingId, $languageId, $nameId)) {
412 function match($platformId, $encodingId, $languageId, $nameId) { argument
417 (is_null($nameId) || $nameId == $this->_nameId);
/plugin/saml/phpsaml/
DREADME.md72 * Assertion and nameId encryption.
794 $nameId = $_SESSION['samlNameId'];
796 echo '<h1>Identified user: '. htmlentities($nameId) .'</h1>';
1047 $nameId = null;
1054 $nameId = $_SESSION['samlNameId'];
1068 $auth->logout($returnTo, $paramters, $nameId, $sessionIndex, false, $nameIdFormat, $nameIdNameQuali…
1074 $sloBuiltUrl = $auth->logout(null, $paramters, $nameId, $sessionIndex, true);
DCHANGELOG63 * [#226](https://github.com/onelogin/php-saml/pull/226) Add possibility to handle nameId NameQualif…
/plugin/adfs/phpsaml/
DREADME.md72 * Assertion and nameId encryption.
794 $nameId = $_SESSION['samlNameId'];
796 echo '<h1>Identified user: '. htmlentities($nameId) .'</h1>';
1047 $nameId = null;
1054 $nameId = $_SESSION['samlNameId'];
1068 $auth->logout($returnTo, $paramters, $nameId, $sessionIndex, false, $nameIdFormat, $nameIdNameQuali…
1074 $sloBuiltUrl = $auth->logout(null, $paramters, $nameId, $sessionIndex, true);
DCHANGELOG63 * [#226](https://github.com/onelogin/php-saml/pull/226) Add possibility to handle nameId NameQualif…
/plugin/abc2/abc-libraries/abcjs/
Dabcjs_plugin-midi_6.0.0-beta.25-min.js3nameId)}}0===n.length&&(n=["acoustic_grand_piano"]);return n}(),t.tech=t.tech||e.adaptor.id,e.adap… property