You are here

public function LoginValidatorSso::setAuthname in Lightweight Directory Access Protocol (LDAP) 8.4

Set authname.

Parameters

string $authname: Authname.

File

ldap_authentication/src/Controller/LoginValidatorSso.php, line 18

Class

LoginValidatorSso
Handles the actual testing of credentials and authentication of users.

Namespace

Drupal\ldap_authentication\Controller

Code

public function setAuthname(string $authname) : void {
  $this->authName = $authname;
}