var/cache/dev/ContainerMghoxPx/getSecurity_Firewall_Map_Context_CustomerService.php line 24

Open in your IDE?
  1. <?php
  2. namespace ContainerMghoxPx;
  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_CustomerService extends App_KernelDevDebugContainer
  9. {
  10. /**
  11. * Gets the private 'security.firewall.map.context.customer' 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/EntryPoint/AuthenticationEntryPointInterface.php';
  21. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  22. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  23. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  24. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  25. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  26. $a = ($container->services['http_kernel'] ?? $container->getHttpKernelService());
  27. if (isset($container->privates['security.firewall.map.context.customer'])) {
  28. return $container->privates['security.firewall.map.context.customer'];
  29. }
  30. $b = ($container->services['.container.private.security.token_storage'] ?? $container->get_Container_Private_Security_TokenStorageService());
  31. $c = ($container->privates['security.http_utils'] ?? $container->load('getSecurity_HttpUtilsService'));
  32. return $container->privates['security.firewall.map.context.customer'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () use ($container) {
  33. yield 0 => ($container->privates['security.channel_listener'] ?? $container->load('getSecurity_ChannelListenerService'));
  34. yield 1 => ($container->privates['security.context_listener.2'] ?? $container->load('getSecurity_ContextListener_2Service'));
  35. yield 2 => ($container->privates['security.authentication.listener.form.customer'] ?? $container->load('getSecurity_Authentication_Listener_Form_CustomerService'));
  36. yield 3 => ($container->privates['security.authentication.listener.anonymous.customer'] ?? $container->load('getSecurity_Authentication_Listener_Anonymous_CustomerService'));
  37. yield 4 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));
  38. }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($b, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $c, 'customer', new \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint($a, $c, 'helpdesk_customer_login', false), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($b, $c, ($container->privates['security.event_dispatcher.customer'] ?? $container->load('getSecurity_EventDispatcher_CustomerService')), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => 'helpdesk_customer_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('customer', 'security.user_checker', '.security.request_matcher.01Y6ZVJ', true, false, 'user.provider', 'customer', 'security.authentication.form_entry_point.customer', NULL, NULL, [0 => 'form_login', 1 => 'anonymous'], NULL));
  39. }
  40. }