You are here

public function LoginValidator::getDrupalUser in Lightweight Directory Access Protocol (LDAP) 8.3

Returns the derived user account.

Return value

\Drupal\user\Entity\User User account.

File

ldap_authentication/src/Controller/LoginValidator.php, line 1130

Class

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

Namespace

Drupal\ldap_authentication\Controller

Code

public function getDrupalUser() {
  return $this->drupalUser;
}