Lines Matching refs:nameId
38 * @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)) {
244 $nameIdData[$attr] = $nameId->getAttribute($attr);
264 $nameId = self::getNameIdData($request, $key);
265 return $nameId['Value'];
391 $nameId = static::getNameId($dom, $this->_settings->getSPkey());