public function LoginValidatorInterface::testCredentials in Lightweight Directory Access Protocol (LDAP) 8.4
Credentials are tested.
Return value
int Returns the authentication result.
2 methods override LoginValidatorInterface::testCredentials()
- LoginValidatorLoginForm::testCredentials in ldap_authentication/
src/ Controller/ LoginValidatorLoginForm.php - Credentials are tested.
- LoginValidatorSso::testCredentials in ldap_authentication/
src/ Controller/ LoginValidatorSso.php - @todo Reduce code duplication w/ LoginValidator, split this function up.
File
- ldap_authentication/
src/ Controller/ LoginValidatorInterface.php, line 47
Class
- LoginValidatorInterface
- Handles the actual testing of credentials and authentication of users.
Namespace
Drupal\ldap_authentication\ControllerCode
public function testCredentials() : int;