<?php

namespace ContainerCvuvlxj;

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 getLightsamlSp_UsernameMapper_SimpleService extends App_KernelDevDebugContainer
{
    /**
     * Gets the public 'lightsaml_sp.username_mapper.simple' shared autowired service.
     *
     * @return \LightSaml\SpBundle\Security\User\SimpleUsernameMapper
     */
    public static function do($container, $lazyLoad = true)
    {
        include_once \dirname(__DIR__, 4).'/vendor/lightsaml2/sp-bundle/src/LightSaml/SpBundle/Security/User/UsernameMapperInterface.php';
        include_once \dirname(__DIR__, 4).'/vendor/lightsaml2/sp-bundle/src/LightSaml/SpBundle/Security/User/SimpleUsernameMapper.php';

        return $container->services['lightsaml_sp.username_mapper.simple'] = new \LightSaml\SpBundle\Security\User\SimpleUsernameMapper([0 => 'http://schemas.microsoft.com/ws/2008/06/identity/claims/windowsaccountname']);
    }
}
