Home
last modified time | relevance | path

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

/plugin/adfs/phpsaml/lib/Saml2/
H A DResponse.php754 return $this->_getAttributesByKeyName('Name');
766 return $this->_getAttributesByKeyName('FriendlyName');
776 private function _getAttributesByKeyName($keyName = "Name") function in OneLogin_Saml2_Response