var/cache/dev/ContainerVLlVwxj/getLdapUserProviderService.php line 31

Open in your IDE?
  1. <?php
  2. namespace ContainerVLlVwxj;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  5. /**
  6.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  7.  */
  8. class getLdapUserProviderService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'App\Security\LdapUserProvider' shared autowired service.
  12.      *
  13.      * @return \App\Security\LdapUserProvider
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  18.         include_once \dirname(__DIR__4).'/src/Security/LdapUserProvider.php';
  19.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  20.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  21.         $a = ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService());
  22.         if (isset($container->privates['App\\Security\\LdapUserProvider'])) {
  23.             return $container->privates['App\\Security\\LdapUserProvider'];
  24.         }
  25.         return $container->privates['App\\Security\\LdapUserProvider'] = new \App\Security\LdapUserProvider(($container->privates['App\\Repository\\UserRepository'] ?? $container->load('getUserRepositoryService')), $a, ($container->privates['Symfony\\Component\\Ldap\\Ldap'] ?? $container->load('getLdapService')), new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($container->privates['security.password_hasher_factory'] ?? $container->load('getSecurity_PasswordHasherFactoryService'))), ($container->privates['parameter_bag'] ?? ($container->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($container))), $container->getEnv('string:BASE_DN'), $container->getEnv('string:SEARCH_DN'), $container->getEnv('string:SEARCH_PASSWORD'), $container->getEnv('string:UID_KEY'));
  26.     }
  27. }