<?php
namespace ContainerVLlVwxj;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
/**
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
*/
class getLdapUserProviderService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'App\Security\LdapUserProvider' shared autowired service.
*
* @return \App\Security\LdapUserProvider
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
include_once \dirname(__DIR__, 4).'/src/Security/LdapUserProvider.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
$a = ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($container->privates['App\\Security\\LdapUserProvider'])) {
return $container->privates['App\\Security\\LdapUserProvider'];
}
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'));
}
}