var/cache/dev/Container7xA7D3P/getSecurity_Firewall_Map_Context_SuperAdminPanelService.php line 20

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.super_admin_panel' 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'super_admin.panel.login.page'), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => 'super_admin.panel.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.super_admin_panel'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(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.super_admin_panel'] ?? $this->load('getSecurity_Authentication_Listener_Guard_SuperAdminPanelService.php'));
  15.     yield => ($this->privates['security.access_listener'] ?? $this->load('getSecurity_AccessListenerService.php'));
  16. }, 4), 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'super_admin_panel', ($this->privates['Harmonizely\\Core\\Security\\Authenticator\\SuperAdminUserAuthenticator'] ?? $this->load('getSuperAdminUserAuthenticatorService.php')), NULL, ($this->privates['Harmonizely\\Core\\Security\\Handler\\SuperAdminAccessDeniedHandler'] ?? $this->load('getSuperAdminAccessDeniedHandlerService.php')), ($this->privates['monolog.logger.security'] ?? $this->load('getMonolog_Logger_SecurityService.php')), false), $c, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('super_admin_panel''security.user_checker''.security.request_matcher.aIltDDO'truefalse'security.user.provider.concrete.super_admin_user''super_admin_panel_context''Harmonizely\\Core\\Security\\Authenticator\\SuperAdminUserAuthenticator''Harmonizely\\Core\\Security\\Handler\\SuperAdminAccessDeniedHandler'NULL, [=> 'guard'], NULL));