<?php

namespace ContainerRYWeSXx;

use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;

/*
 * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
 */
class getSecurity_Firewall_Map_Context_TrackingLoginService extends App_KernelProdContainer
{
    /*
     * Gets the private 'security.firewall.map.context.tracking_login' shared service.
     *
     * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
     */
    public static function do($container, $lazyLoad = true)
    {
        $a = ($container->privates['security.http_utils'] ?? $container->load('getSecurity_HttpUtilsService'));

        if (isset($container->privates['security.firewall.map.context.tracking_login'])) {
            return $container->privates['security.firewall.map.context.tracking_login'];
        }

        $instance = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () use ($container) {
            yield 0 => ($container->privates['security.channel_listener'] ?? $container->load('getSecurity_ChannelListenerService'));
            yield 1 => ($container->privates['security.firewall.authenticator.tracking_login'] ?? $container->load('getSecurity_Firewall_Authenticator_TrackingLoginService'));
            yield 2 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));
        }, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($container->privates['security.token_storage'] ?? self::getSecurity_TokenStorageService($container)), ($container->privates['security.authentication.trust_resolver'] ??= new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver()), $a, 'tracking_login', NULL, NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('tracking_login', 'security.user_checker', '.security.request_matcher.jxKOw0f', true, true, 'App\\Security\\Provider\\TrackingUserProvider', NULL, NULL, NULL, NULL, ['App\\Security\\TrackingUserAuthenticator'], NULL, NULL));

        if (isset($container->privates['security.firewall.map.context.tracking_login'])) {
            return $container->privates['security.firewall.map.context.tracking_login'];
        }

        return $container->privates['security.firewall.map.context.tracking_login'] = $instance;
    }
}
