Home
last modified time | relevance | path

Searched refs:getNameId (Results 1 – 5 of 5) sorted by relevance

/plugin/adfs/phpsaml/lib/Saml/
H A DResponse.php37 return $this->getNameId();
/plugin/adfs/phpsaml/lib/Saml2/
H A DLogoutRequest.php262 public static function getNameId($request, $key = null) function in OneLogin_Saml2_LogoutRequest
391 $nameId = static::getNameId($dom, $this->_settings->getSPkey());
H A DAuth.php215 $this->_nameid = $response->getNameId();
377 public function getNameId() function in OneLogin_Saml2_Auth
H A DResponse.php647 public function getNameId() function in OneLogin_Saml2_Response
/plugin/adfs/phpsaml/
H A DREADME.md783 $_SESSION['samlNameId'] = $auth->getNameId();
1326 * `getNameId` - Returns the nameID
1364 * `getNameId` - Gets the NameID provided by the SAML response from the IdP.
1387 * `getNameId` - Gets the NameID of the Logout Request.
1699 validation, the userdata and the nameID will be available, using `getNameId()` or