Deprecated : Constant E_STRICT is deprecated in /home/pastorz/old-espace-client/vendor/symfony/error-handler/ErrorHandler.php on line 58
Deprecated : Constant E_STRICT is deprecated in /home/pastorz/old-espace-client/vendor/symfony/error-handler/ErrorHandler.php on line 76
Symfony Profiler
<?php
namespace ContainerCKzmma7 ;
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_UserSecuredAreaService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'security.firewall.map.context.user_secured_area' shared service.
*
* @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
*/
public static function do( $container , $lazyLoad = true )
{
include_once \dirname ( __DIR__ , 4 ). '/vendor/symfony/security-bundle/Security/FirewallContext.php' ;
include_once \dirname ( __DIR__ , 4 ). '/vendor/symfony/security-http/Firewall/ExceptionListener.php' ;
include_once \dirname ( __DIR__ , 4 ). '/vendor/symfony/security-http/Firewall/LogoutListener.php' ;
include_once \dirname ( __DIR__ , 4 ). '/vendor/symfony/security-bundle/Security/FirewallConfig.php' ;
$a = ( $container -> services [ '.container.private.security.token_storage' ] ?? $container -> get_Container_Private_Security_TokenStorageService ());
$b = ( $container -> privates [ 'security.http_utils' ] ?? $container -> load ( 'getSecurity_HttpUtilsService' ));
return $container -> privates [ 'security.firewall.map.context.user_secured_area' ] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext (new RewindableGenerator (function () use ( $container ) {
yield 0 => ( $container -> privates [ 'security.channel_listener' ] ?? $container -> load ( 'getSecurity_ChannelListenerService' ));
yield 1 => ( $container -> privates [ 'security.context_listener.0' ] ?? $container -> getSecurity_ContextListener_0Service ());
yield 2 => ( $container -> privates [ 'debug.security.firewall.authenticator.user_secured_area' ] ?? $container -> load ( 'getDebug_Security_Firewall_Authenticator_UserSecuredAreaService' ));
yield 3 => ( $container -> privates [ 'security.authentication.switchuser_listener.user_secured_area' ] ?? $container -> load ( 'getSecurity_Authentication_SwitchuserListener_UserSecuredAreaService' ));
yield 4 => ( $container -> privates [ 'security.access_listener' ] ?? $container -> load ( 'getSecurity_AccessListenerService' ));
}, 5 ), new \Symfony\Component\Security\Http\Firewall\ExceptionListener ( $a , ( $container -> privates [ 'security.authentication.trust_resolver' ] ?? ( $container -> privates [ 'security.authentication.trust_resolver' ] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver ())), $b , 'user_secured_area' , ( $container -> privates [ 'security.authenticator.form_login.user_secured_area' ] ?? $container -> load ( 'getSecurity_Authenticator_FormLogin_UserSecuredAreaService' )), NULL , ( $container -> privates [ 'App\\Security\\AccessDeniedHandler' ] ?? $container -> load ( 'getAccessDeniedHandlerService' )), ( $container -> privates [ 'monolog.logger.security' ] ?? $container -> getMonolog_Logger_SecurityService ()), false ), new \Symfony\Component\Security\Http\Firewall\LogoutListener ( $a , $b , ( $container -> privates [ 'security.event_dispatcher.user_secured_area' ] ?? $container -> load ( 'getSecurity_EventDispatcher_UserSecuredAreaService' )), [ 'csrf_parameter' => '_csrf_token' , 'csrf_token_id' => 'logout' , 'logout_path' => 'app_logout' ]), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig ( 'user_secured_area' , 'App\\Security\\UserChecker' , '.security.request_matcher.3UEFixr' , true , false , 'security.user.provider.concrete.app_user_provider' , 'firewalls' , 'security.authenticator.form_login.user_secured_area' , 'App\\Security\\AccessDeniedHandler' , NULL , [ 0 => 'switch_user' , 1 => 'form_login' ], [ 'parameter' => '_switch_user' , 'role' => 'ROLE_ALLOWED_TO_SWITCH' ]));
}
}