You are here

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

Set the NameId of the subject in the assertion.

The NameId must be in the format accepted by Utilities::addNameId().

Parameters

array|NULL $nameId The name identifier of the assertion.:

See also

Utilities::addNameId()

File

src/SAML2_Assertion.php, line 447

Class

SAML2_Assertion

Namespace

Drupal\miniorange_saml

Code

public function setNameId($nameId) {
  $this->nameId = $nameId;
}