You are here

service ldap.servers in Lightweight Directory Access Protocol (LDAP) 8.3

Class

Drupal\ldap_servers\ServerFactory
18 string references to ldap.servers
DrupalUserProcessor::__construct in ldap_user/src/Processor/DrupalUserProcessor.php
Constructor.
LdapAuthenticationAdminForm::create in ldap_authentication/src/Form/LdapAuthenticationAdminForm.php
Instantiates a new instance of this class.
LdapAuthenticationConfiguration::getEnabledAuthenticationServers in ldap_authentication/src/Helper/LdapAuthenticationConfiguration.php
Return list of enabled authentication servers.
LDAPAuthorizationProvider::buildConfigurationForm in ldap_authorization/src/Plugin/authorization/Provider/LDAPAuthorizationProvider.php
Form constructor.
LDAPAuthorizationProvider::getProposals in ldap_authorization/src/Plugin/authorization/Provider/LDAPAuthorizationProvider.php
Get the proposals for this users.

... See full list

File

ldap_servers/ldap_servers.services.yml
ldap_servers/ldap_servers.services.yml

View source
  1. class: Drupal\ldap_servers\ServerFactory
  2. arguments:
  3. - '@config.factory'
  4. - '@logger.channel.ldap_servers'
  5. - '@entity_type.manager'
  6. - '@cache.default'