var/cache/dev/ContainerKezlUY7/getSecurity_Firewall_Map_Context_UvdeskApiService.php line 25

Open in your IDE?
  1. <?php
  2. namespace ContainerKezlUY7;
  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_UvdeskApiService extends App_KernelDevDebugContainer
  9. {
  10. /**
  11. * Gets the private 'security.firewall.map.context.uvdesk_api' 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-bundle/Security/FirewallConfig.php';
  21. $a = ($container->privates['Webkul\\UVDesk\\ApiBundle\\Security\\Guards\\APIGuard'] ?? $container->load('getAPIGuardService'));
  22. if (isset($container->privates['security.firewall.map.context.uvdesk_api'])) {
  23. return $container->privates['security.firewall.map.context.uvdesk_api'];
  24. }
  25. return $container->privates['security.firewall.map.context.uvdesk_api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () use ($container) {
  26. yield 0 => ($container->privates['security.channel_listener'] ?? $container->load('getSecurity_ChannelListenerService'));
  27. yield 1 => ($container->privates['security.context_listener.1'] ?? $container->load('getSecurity_ContextListener_1Service'));
  28. yield 2 => ($container->privates['security.authentication.listener.guard.uvdesk_api'] ?? $container->load('getSecurity_Authentication_Listener_Guard_UvdeskApiService'));
  29. yield 3 => ($container->privates['security.authentication.listener.anonymous.uvdesk_api'] ?? $container->load('getSecurity_Authentication_Listener_Anonymous_UvdeskApiService'));
  30. yield 4 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));
  31. }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($container->services['.container.private.security.token_storage'] ?? $container->get_Container_Private_Security_TokenStorageService()), ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($container->privates['security.http_utils'] ?? $container->load('getSecurity_HttpUtilsService')), 'uvdesk_api', $a, NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), false), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('uvdesk_api', 'security.user_checker', '.security.request_matcher.p4VlLPC', true, false, 'Webkul\\UVDesk\\ApiBundle\\Providers\\ApiCredentials', 'uvdesk_api', 'Webkul\\UVDesk\\ApiBundle\\Security\\Guards\\APIGuard', NULL, NULL, [0 => 'guard', 1 => 'anonymous'], NULL));
  32. }
  33. }