<?php

namespace ContainerVZhlNq2;

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 getLightsaml_Party_IdpEntityDescriptorStoreService extends App_KernelDevDebugContainer
{
    /**
     * Gets the private 'lightsaml.party.idp_entity_descriptor_store' shared autowired service.
     *
     * @return \LightSaml\Store\EntityDescriptor\CompositeEntityDescriptorStore
     */
    public static function do($container, $lazyLoad = true)
    {
        include_once \dirname(__DIR__, 4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Store/EntityDescriptor/EntityDescriptorStoreInterface.php';
        include_once \dirname(__DIR__, 4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Store/EntityDescriptor/CompositeEntityDescriptorStore.php';
        include_once \dirname(__DIR__, 4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Store/EntityDescriptor/FileEntityDescriptorStore.php';

        $container->privates['lightsaml.party.idp_entity_descriptor_store'] = $instance = new \LightSaml\Store\EntityDescriptor\CompositeEntityDescriptorStore();

        $instance->add(new \LightSaml\Store\EntityDescriptor\FileEntityDescriptorStore((\dirname(__DIR__, 4).'/../public/lightsaml/adfs_id.xml')));

        return $instance;
    }
}
