<?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 getLightsaml_Credential_CredentialStoreService extends App_KernelDevDebugContainer
{
    /**
     * Gets the private 'lightsaml.credential.credential_store' shared autowired service.
     *
     * @return \LightSaml\Store\Credential\CompositeCredentialStore
     */
    public static function do($container, $lazyLoad = true)
    {
        include_once \dirname(__DIR__, 4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Store/Credential/CredentialStoreInterface.php';
        include_once \dirname(__DIR__, 4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Store/Credential/CompositeCredentialStore.php';
        include_once \dirname(__DIR__, 4).'/vendor/lightsaml2/lightsaml/src/LightSaml/Store/Credential/Factory/CredentialFactory.php';
        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';

        return $container->privates['lightsaml.credential.credential_store'] = (new \LightSaml\Store\Credential\Factory\CredentialFactory())->buildFromOwnCredentialStore(($container->privates['lightsaml.party.idp_entity_descriptor_store'] ?? $container->load('getLightsaml_Party_IdpEntityDescriptorStoreService')), ($container->privates['lightsaml.party.sp_entity_descriptor_store'] ?? ($container->privates['lightsaml.party.sp_entity_descriptor_store'] = new \LightSaml\Store\EntityDescriptor\CompositeEntityDescriptorStore())), 'https://test-fep.siege.frisquet.fr/lightsaml/default-sp', ($container->privates['lightsaml.own.credential_store'] ?? $container->load('getLightsaml_Own_CredentialStoreService')), []);
    }
}
