service ldap_authentication.login_validator in Lightweight Directory Access Protocol (LDAP) 8.4
Same name and namespace in other branches
- 8.3 ldap_authentication/ldap_authentication.services.yml \ldap_authentication.login_validator
Class
\Drupal\ldap_authentication\Controller\LoginValidatorLoginForm2 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
- class: \Drupal\ldap_authentication\Controller\LoginValidatorLoginForm
- arguments:
- - '@config.factory'
- - '@ldap.detail_log'
- - '@logger.channel.ldap_authentication'
- - '@entity_type.manager'
- - '@module_handler'
- - '@ldap.bridge'
- - '@externalauth.authmap'
- - '@ldap_authentication.servers'
- - '@ldap.user_manager'
- - '@messenger'
- - '@ldap.drupal_user_processor'