Home
last modified time | relevance | path

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

/plugin/adfs/phpsaml/lib/Saml2/
H A DAuth.php42 private $_nameidFormat; variable in OneLogin_Saml2_Auth
216 $this->_nameidFormat = $response->getNameIdFormat();
389 return $this->_nameidFormat;
560 if (empty($nameIdFormat) && !empty($this->_nameidFormat)) {
561 $nameIdFormat = $this->_nameidFormat;