<?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_Own_CredentialStoreService extends App_KernelDevDebugContainer
{
    /**
     * Gets the private 'lightsaml.own.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/X509FileCredentialStore.php';

        $container->privates['lightsaml.own.credential_store'] = $instance = new \LightSaml\Store\Credential\CompositeCredentialStore();

        $instance->add(new \LightSaml\Store\Credential\X509FileCredentialStore('https://test-fep.siege.frisquet.fr/lightsaml/default-sp', (\dirname(__DIR__, 4).'/../vendor/lightsaml/lightsaml/web/sp/saml.crt'), (\dirname(__DIR__, 4).'/../vendor/lightsaml/lightsaml/web/sp/saml.key'), NULL));

        return $instance;
    }
}
