<?php
namespace ContainerHfZVnC5;
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 getSecurity_Firewall_Map_Context_BackendService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'security.firewall.map.context.backend' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
$a = ($container->privates['security.event_dispatcher.backend'] ?? $container->load('getSecurity_EventDispatcher_BackendService'));
if (isset($container->privates['security.firewall.map.context.backend'])) {
return $container->privates['security.firewall.map.context.backend'];
}
$b = ($container->services['.container.private.security.token_storage'] ?? $container->get_Container_Private_Security_TokenStorageService());
$c = ($container->privates['security.http_utils'] ?? $container->getSecurity_HttpUtilsService());
return $container->privates['security.firewall.map.context.backend'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () use ($container) {
yield 0 => ($container->privates['security.channel_listener'] ?? $container->load('getSecurity_ChannelListenerService'));
yield 1 => ($container->privates['security.context_listener.0'] ?? $container->load('getSecurity_ContextListener_0Service'));
yield 2 => ($container->privates['security.authentication.listener.guard.backend'] ?? $container->load('getSecurity_Authentication_Listener_Guard_BackendService'));
yield 3 => ($container->privates['security.authentication.listener.two_factor.backend'] ?? $container->load('getSecurity_Authentication_Listener_TwoFactor_BackendService'));
yield 4 => ($container->privates['security.authentication.listener.anonymous.backend'] ?? $container->load('getSecurity_Authentication_Listener_Anonymous_BackendService'));
yield 5 => ($container->privates['security.authentication.switchuser_listener.backend'] ?? $container->load('getSecurity_Authentication_SwitchuserListener_BackendService'));
yield 6 => ($container->privates['security.authentication.access_listener.two_factor.backend'] ?? $container->load('getSecurity_Authentication_AccessListener_TwoFactor_BackendService'));
yield 7 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));
}, 8), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($b, ($container->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $container->getSchebTwoFactor_Security_Authentication_TrustResolverService()), $c, 'backend', ($container->privates['App\\Security\\BackendLoginFormAuthenticator'] ?? $container->load('getBackendLoginFormAuthenticatorService')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($b, $c, $a, ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'app_backend_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('backend', 'security.user_checker', '.security.request_matcher.llFOw8F', true, false, 'security.user.provider.concrete.app_user_provider', 'user', 'App\\Security\\BackendLoginFormAuthenticator', NULL, NULL, [0 => 'switch_user', 1 => 'guard', 2 => 'two_factor', 3 => 'anonymous'], ['parameter' => '_switch_user', 'role' => 'ROLE_ALLOWED_TO_SWITCH']), ($container->privates['security.untracked_token_storage'] ?? ($container->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
}
}