<?php
namespace ContainerJ1B4UOb;
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 getWebserviceUserProviderService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'App\Service\WebserviceUserProvider' shared autowired service.
*
* @return \App\Service\WebserviceUserProvider
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Logout/LogoutSuccessHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/Service/WebserviceUserProvider.php';
return $container->privates['App\\Service\\WebserviceUserProvider'] = new \App\Service\WebserviceUserProvider(($container->privates['App\\Repository\\UtilisateurRepository'] ?? $container->getUtilisateurRepositoryService()), ($container->privates['App\\Repository\\SessionConnexionRepository'] ?? $container->load('getSessionConnexionRepositoryService')), ($container->privates['App\\Repository\\TypeConnexionRepository'] ?? $container->getTypeConnexionRepositoryService()), ($container->services['translator'] ?? $container->getTranslatorService()), $container, ($container->services['App\\Controller\\LangController'] ?? $container->load('getLangControllerService')), ($container->services['.container.private.security.authorization_checker'] ?? $container->get_Container_Private_Security_AuthorizationCheckerService()), ($container->services['doctrine.orm.app_entity_manager'] ?? $container->getDoctrine_Orm_AppEntityManagerService()), ($container->privates['monolog.logger'] ?? $container->getMonolog_LoggerService()), ($container->services['.container.private.security.password_encoder'] ?? $container->load('get_Container_Private_Security_PasswordEncoderService')), ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
}