var/cache/website/dev/ContainerUnZqEye/getSecurity_Firewall_Map_Context_WebsiteService.php line 40

Open in your IDE?
  1. <?php
  2. namespace ContainerUnZqEye;
  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_WebsiteService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'security.firewall.map.context.website' shared service.
  12.      *
  13.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__5).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  18.         include_once \dirname(__DIR__5).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  19.         include_once \dirname(__DIR__5).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  20.         include_once \dirname(__DIR__5).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  21.         include_once \dirname(__DIR__5).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  22.         include_once \dirname(__DIR__5).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  23.         include_once \dirname(__DIR__5).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  24.         include_once \dirname(__DIR__5).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  25.         include_once \dirname(__DIR__5).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  26.         include_once \dirname(__DIR__5).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  27.         include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  28.         include_once \dirname(__DIR__5).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  29.         $a = ($container->services['.container.private.security.token_storage'] ?? $container->get_Container_Private_Security_TokenStorageService());
  30.         $b = ($container->privates['security.http_utils'] ?? $container->load('getSecurity_HttpUtilsService'));
  31.         return $container->privates['security.firewall.map.context.website'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () use ($container) {
  32.             yield => ($container->privates['security.channel_listener'] ?? $container->load('getSecurity_ChannelListenerService'));
  33.             yield => ($container->privates['security.context_listener.1'] ?? $container->load('getSecurity_ContextListener_1Service'));
  34.             yield => ($container->privates['security.authentication.listener.form.website'] ?? $container->load('getSecurity_Authentication_Listener_Form_WebsiteService'));
  35.             yield => ($container->privates['security.authentication.listener.rememberme.website'] ?? $container->load('getSecurity_Authentication_Listener_Rememberme_WebsiteService'));
  36.             yield => ($container->privates['security.authentication.listener.anonymous.website'] ?? $container->load('getSecurity_Authentication_Listener_Anonymous_WebsiteService'));
  37.             yield => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));
  38.         }, 6), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b'website', new \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint(($container->services['http_kernel'] ?? $container->getHttpKernelService()), $b'login'false), NULLNULL, ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$b, ($container->privates['security.event_dispatcher.website'] ?? $container->load('getSecurity_EventDispatcher_WebsiteService')), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => 'logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('website''security.user_checker''.security.request_matcher.3UEFixr'truefalse'sulu_security.user_provider''website''security.authentication.form_entry_point.website'NULLNULL, [=> 'form_login'=> 'remember_me'=> 'anonymous'], NULL), ($container->privates['security.untracked_token_storage'] ?? ($container->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  39.     }
  40. }