You are here

public function SAML2_Assertion::getAttributes in SAML SP 2.0 Single Sign On (SSO) - SAML Service Provider 8

Retrieve all attributes.

Return value

array All attributes, as an associative array.

File

src/SAML2_Assertion.php, line 564

Class

SAML2_Assertion

Namespace

Drupal\miniorange_saml

Code

public function getAttributes() {
  return $this->attributes;
}