<?php
namespace ContainerMRHoIVw;
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_Authenticator_Guard_Main_0Service extends App_KernelDevDebugContainer
{
/**
* Gets the private 'security.authenticator.guard.main.0' shared service.
*
* @return \Symfony\Component\Security\Guard\Authenticator\GuardBridgeAuthenticator
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/Authenticator/GuardBridgeAuthenticator.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
include_once \dirname(__DIR__, 4).'/src/Bundle/AdminShibbolethBundle/Security/AdminShibbolethGuardAuthenticator.php';
return $container->privates['security.authenticator.guard.main.0'] = new \Symfony\Component\Security\Guard\Authenticator\GuardBridgeAuthenticator(new \App\Bundle\AdminShibbolethBundle\Security\AdminShibbolethGuardAuthenticator($container->getParameter('shibboleth'), ($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.security.token_storage'] ?? $container->get_Container_Private_Security_TokenStorageService())), ($container->privates['shibbundle.admin_sup_service'] ?? $container->load('getShibbundle_AdminSupServiceService')));
}
}