You are here

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

Replace all attributes.

Parameters

array $attributes All new attributes, as an associative array.:

File

src/SAML2_Assertion.php, line 574

Class

SAML2_Assertion

Namespace

Drupal\miniorange_saml

Code

public function setAttributes(array $attributes) {
  $this->attributes = $attributes;
}