You are here

public function LoginValidatorInterface::getDrupalUser in Lightweight Directory Access Protocol (LDAP) 8.4

Returns the derived user account.

Return value

\Drupal\user\UserInterface|null User account.

1 method overrides LoginValidatorInterface::getDrupalUser()
LoginValidatorBase::getDrupalUser in ldap_authentication/src/Controller/LoginValidatorBase.php
Returns the derived user account.

File

ldap_authentication/src/Controller/LoginValidatorInterface.php, line 39

Class

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

Namespace

Drupal\ldap_authentication\Controller

Code

public function getDrupalUser() : ?UserInterface;