var/cache/dev/ContainerCG2mOsK/getSecurity_Firewall_Map_Context_GuidejournalService.php line 12

Open in your IDE?
  1. <?php
  2. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  3. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  4. // This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
  5. // Returns the private 'security.firewall.map.context.guidejournal' shared service.
  6. $a = ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  7. $b = ($this->privates['security.http_utils'] ?? $this->load('getSecurity_HttpUtilsService.php'));
  8. $c = new \Symfony\Component\Security\Http\Firewall\LogoutListener($a$b, new \Symfony\Component\Security\Http\Logout\DefaultLogoutSuccessHandler($b'homepage'), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => 'app_logout']);
  9. $c->addHandler(($this->privates['security.logout.handler.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Handler_CsrfTokenClearingService.php')));
  10. $c->addHandler(($this->privates['security.logout.handler.session'] ?? ($this->privates['security.logout.handler.session'] = new \Symfony\Component\Security\Http\Logout\SessionLogoutHandler())));
  11. return $this->privates['security.firewall.map.context.guidejournal'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  12.     yield => ($this->privates['security.channel_listener'] ?? $this->load('getSecurity_ChannelListenerService.php'));
  13.     yield => ($this->privates['security.context_listener.1'] ?? $this->load('getSecurity_ContextListener_1Service.php'));
  14.     yield => ($this->privates['security.authentication.listener.guard.guidejournal'] ?? $this->load('getSecurity_Authentication_Listener_Guard_GuidejournalService.php'));
  15.     yield => ($this->privates['security.authentication.listener.form.guidejournal'] ?? $this->load('getSecurity_Authentication_Listener_Form_GuidejournalService.php'));
  16.     yield => ($this->privates['security.authentication.listener.anonymous.guidejournal'] ?? $this->load('getSecurity_Authentication_Listener_Anonymous_GuidejournalService.php'));
  17.     yield => ($this->privates['security.access_listener'] ?? $this->load('getSecurity_AccessListenerService.php'));
  18. }, 6), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver(NULLNULL))), $b'guidejournal', new \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint(($this->services['http_kernel'] ?? $this->getHttpKernelService()), $b'login_new'false), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->load('getMonolog_Logger_SecurityService.php')), false), $c, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('guidejournal''security.user_checker''.security.request_matcher.DNdepIT'truefalse'security.user.provider.concrete.app_client_provider''guidejournal''security.authentication.form_entry_point.guidejournal'NULLNULL, [=> 'guard'=> 'form_login'=> 'anonymous'], NULL), ($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));