<?php
namespace ContainerZ3xACxp;
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 getErpAuthenticatorService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'App\Security\Authenticator\ErpAuthenticator' shared autowired service.
*
* @return \App\Security\Authenticator\ErpAuthenticator
*/
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/crea/security-bundle/src/Authenticator/FormAuthenticator.php';
include_once \dirname(__DIR__, 4).'/src/Security/Authenticator/ErpAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
include_once \dirname(__DIR__, 4).'/vendor/crea/security-bundle/src/Voter/UserVoter.php';
$a = ($container->services['router'] ?? $container->getRouterService());
if (isset($container->privates['App\\Security\\Authenticator\\ErpAuthenticator'])) {
return $container->privates['App\\Security\\Authenticator\\ErpAuthenticator'];
}
$b = ($container->services['event_dispatcher'] ?? $container->getEventDispatcherService());
if (isset($container->privates['App\\Security\\Authenticator\\ErpAuthenticator'])) {
return $container->privates['App\\Security\\Authenticator\\ErpAuthenticator'];
}
$c = ($container->privates['Crea\\SecurityBundle\\Helper\\RedirectionHelper'] ?? $container->load('getRedirectionHelperService'));
if (isset($container->privates['App\\Security\\Authenticator\\ErpAuthenticator'])) {
return $container->privates['App\\Security\\Authenticator\\ErpAuthenticator'];
}
return $container->privates['App\\Security\\Authenticator\\ErpAuthenticator'] = new \App\Security\Authenticator\ErpAuthenticator($a, ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->services['translator'] ?? $container->getTranslatorService()), $b, $c, ($container->privates['Crea\\SecurityBundle\\Voter\\UserVoter'] ?? ($container->privates['Crea\\SecurityBundle\\Voter\\UserVoter'] = new \Crea\SecurityBundle\Voter\UserVoter())), ($container->privates['security.user_password_hasher'] ?? $container->load('getSecurity_UserPasswordHasherService')));
}
}