public function IdpInterface::setNameIdField in SAML Service Provider 8.3
Same name and namespace in other branches
- 4.x src/IdpInterface.php \Drupal\saml_sp\IdpInterface::setNameIdField()
- 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_spCode
public function setNameIdField($nameid_field);