You are here

public function IdpInterface::setNameIdField in SAML Service Provider 4.x

Same name and namespace in other branches
  1. 8.3 src/IdpInterface.php \Drupal\saml_sp\IdpInterface::setNameIdField()
  2. 3.x src/IdpInterface.php \Drupal\saml_sp\IdpInterface::setNameIdField()

Sets the response field used to uniquely identify a user.

Parameters

string $nameid_field: The field name.

1 method overrides IdpInterface::setNameIdField()
Idp::setNameIdField in src/Entity/Idp.php
Sets the response field used to uniquely identify a user.

File

src/IdpInterface.php, line 114

Class

IdpInterface
Provides an interface defining a Example entity.

Namespace

Drupal\saml_sp

Code

public function setNameIdField($nameid_field);