<?php
namespace ContainerHktwmap;
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 getWebsiteFormAuthenticatorService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'App\Security\WebsiteFormAuthenticator' shared autowired service.
*
* @return \App\Security\WebsiteFormAuthenticator
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/PasswordAuthenticatedInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/src/Security/WebsiteFormAuthenticator.php';
$a = ($container->services['App\\Service\\ContactManager'] ?? $container->load('getContactManagerService'));
if (isset($container->privates['App\\Security\\WebsiteFormAuthenticator'])) {
return $container->privates['App\\Security\\WebsiteFormAuthenticator'];
}
return $container->privates['App\\Security\\WebsiteFormAuthenticator'] = new \App\Security\WebsiteFormAuthenticator(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->privates['security.user_password_hasher'] ?? $container->load('getSecurity_UserPasswordHasherService')), $a, ($container->services['App\\Service\\InvoiceManager'] ?? $container->load('getInvoiceManagerService')), ($container->services['App\\Service\\AccountTypeManager'] ?? $container->load('getAccountTypeManagerService')), ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($container->privates['App\\Repository\\ContactRepository'] ?? $container->load('getContactRepositoryService')), ($container->services['App\\Service\\AccountManager'] ?? $container->load('getAccountManagerService')), ($container->services['App\\Service\\MonCompteApiTokenService'] ?? $container->load('getMonCompteApiTokenServiceService')));
}
}