Home
last modified time | relevance | path

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

/plugin/adfs/phpsaml/lib/Saml2/
H A DAuth.php28 private $_attributesWithFriendlyName = array(); variable in OneLogin_Saml2_Auth
214 $this->_attributesWithFriendlyName = $response->getAttributesWithFriendlyName();
369 return $this->_attributesWithFriendlyName;
482 if (isset($this->_attributesWithFriendlyName[$friendlyName])) {
483 return $this->_attributesWithFriendlyName[$friendlyName];