Home
last modified time | relevance | path

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

/plugin/adfs/phpsaml/lib/Saml2/
H A DAuth.php35 private $_nameid; variable in OneLogin_Saml2_Auth
215 $this->_nameid = $response->getNameId();
379 return $this->_nameid;
557 if (empty($nameId) && !empty($this->_nameid)) {
558 $nameId = $this->_nameid;