HEX
Server: Apache
System: Linux opal14.opalstack.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
User: curbgloabal_opal (1234)
PHP: 8.1.29
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //dev/shm/fym/cache/pro_/ContainerPqu9koK/getSecurity_Firewall_Map_Context_Oauth2AreaService.php
<?php

namespace ContainerPqu9koK;

use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;

/*
 * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
 */
class getSecurity_Firewall_Map_Context_Oauth2AreaService extends AppKernelProdContainer
{
    /*
     * Gets the private 'security.firewall.map.context.oauth2_area' shared service.
     *
     * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
     */
    public static function do($container, $lazyLoad = true)
    {
        $a = ($container->services['http_kernel'] ?? $container->getHttpKernelService());

        if (isset($container->privates['security.firewall.map.context.oauth2_area'])) {
            return $container->privates['security.firewall.map.context.oauth2_area'];
        }
        $b = ($container->privates['security.http_utils'] ?? $container->load('getSecurity_HttpUtilsService'));

        return $container->privates['security.firewall.map.context.oauth2_area'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () use ($container) {
            yield 0 => ($container->privates['security.channel_listener'] ?? $container->load('getSecurity_ChannelListenerService'));
            yield 1 => ($container->privates['security.context_listener.2'] ?? $container->load('getSecurity_ContextListener_2Service'));
            yield 2 => ($container->privates['security.authentication.listener.form.oauth2_area'] ?? $container->load('getSecurity_Authentication_Listener_Form_Oauth2AreaService'));
            yield 3 => ($container->privates['security.authentication.listener.anonymous.oauth2_area'] ?? $container->load('getSecurity_Authentication_Listener_Anonymous_Oauth2AreaService'));
            yield 4 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));
        }, 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())), $b, 'oauth2_area', new \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint($a, $b, '/oauth/v2/authorize_login', false), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->load('getMonolog_Logger_SecurityService')), false), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('oauth2_area', 'security.user_checker', '.security.request_matcher.mh4kgE6', true, false, 'mautic.user.provider', 'oauth2_area', 'security.authentication.form_entry_point.oauth2_area', NULL, NULL, [0 => 'form_login', 1 => 'anonymous'], NULL), ($container->privates['security.untracked_token_storage'] ?? ($container->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
    }
}