public function SAML2_Assertion::getAttributeNameFormat in SAML SP 2.0 Single Sign On (SSO) - SAML Service Provider 7
Retrieve the NameFormat used on all attributes.
If more than one NameFormat is used in the received attributes, this returns the unspecified NameFormat.
Return value
string The NameFormat used on all attributes.
File
- includes/
Assertion.php, line 958
Class
Code
public function getAttributeNameFormat() {
return $this->nameFormat;
}