You are here

service ldap_authentication.login_validator in Lightweight Directory Access Protocol (LDAP) 8.4

Same name and namespace in other branches
  1. 8.3 ldap_authentication/ldap_authentication.services.yml \ldap_authentication.login_validator

Class

\Drupal\ldap_authentication\Controller\LoginValidatorLoginForm
2 string references to ldap_authentication.login_validator
LdapProtectedUserFieldConstraintValidator::create in ldap_user/src/Plugin/Validation/Constraint/LdapProtectedUserFieldConstraintValidator.php
Instantiates a new instance of this class.
ldap_authentication_user_login_authenticate_validate in ldap_authentication/ldap_authentication.module
Validate function for user logon forms.

File

ldap_authentication/ldap_authentication.services.yml
ldap_authentication/ldap_authentication.services.yml

View source
  1. class: \Drupal\ldap_authentication\Controller\LoginValidatorLoginForm
  2. arguments:
  3. - '@config.factory'
  4. - '@ldap.detail_log'
  5. - '@logger.channel.ldap_authentication'
  6. - '@entity_type.manager'
  7. - '@module_handler'
  8. - '@ldap.bridge'
  9. - '@externalauth.authmap'
  10. - '@ldap_authentication.servers'
  11. - '@ldap.user_manager'
  12. - '@messenger'
  13. - '@ldap.drupal_user_processor'