var/cache/dev/ContainerPs5Hxf3/getSecurity_Firewall_Map_Context_DemoFrontendService.php line 18

Open in your IDE?
  1. <?php
  2. namespace ContainerPs5Hxf3;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  5. /**
  6.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  7.  */
  8. class getSecurity_Firewall_Map_Context_DemoFrontendService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'security.firewall.map.context.demo_frontend' shared service.
  12.      *
  13.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  18.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  19.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  20.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  21.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  22.         $a = ($container->privates['security.authenticator.form_login.demo_frontend'] ?? $container->load('getSecurity_Authenticator_FormLogin_DemoFrontendService'));
  23.         if (isset($container->privates['security.firewall.map.context.demo_frontend'])) {
  24.             return $container->privates['security.firewall.map.context.demo_frontend'];
  25.         }
  26.         $b = ($container->services['.container.private.security.token_storage'] ?? $container->get_Container_Private_Security_TokenStorageService());
  27.         $c = ($container->privates['security.http_utils'] ?? $container->getSecurity_HttpUtilsService());
  28.         return $container->privates['security.firewall.map.context.demo_frontend'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () use ($container) {
  29.             yield => ($container->privates['security.channel_listener'] ?? $container->load('getSecurity_ChannelListenerService'));
  30.             yield => ($container->privates['security.context_listener.1'] ?? $container->getSecurity_ContextListener_1Service());
  31.             yield => ($container->privates['debug.security.firewall.authenticator.demo_frontend'] ?? $container->load('getDebug_Security_Firewall_Authenticator_DemoFrontendService'));
  32.             yield => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));
  33.         }, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($b, ($container->privates['scheb_two_factor.security.authentication.trust_resolver'] ?? $container->getSchebTwoFactor_Security_Authentication_TrustResolverService()), $c'demo_frontend'$aNULLNULL, ($container->services['monolog.logger.security'] ?? $container->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($b$c, ($container->privates['security.event_dispatcher.demo_frontend'] ?? $container->getSecurity_EventDispatcher_DemoFrontendService()), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => 'account-logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('demo_frontend''security.user_checker'NULLtruefalse'cmf.security.user_provider.oauth''demo_frontend''security.authenticator.form_login.demo_frontend'NULLNULL, [=> 'form_login'=> 'oauth'=> 'remember_me'], NULL));
  34.     }
  35. }