<?php
namespace ContainerB6hl5em;
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_EncoderFactory_GenericService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'security.encoder_factory.generic' shared service.
*
* @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
*
* @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
*/
public static function do($container, $lazyLoad = true)
{
trigger_deprecation('symfony/security-bundle', '5.3', 'The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
include_once \dirname(__DIR__, 4).'/vendor/symfony/password-hasher/PasswordHasherInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/nen/kennisbank-platform/src/Nen/Security/Hasher/ThirdwavePasswordHasher.php';
return $container->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['thirdwave' => ($container->privates['Nen\\Bundle\\KennisbankPlatformBundle\\Security\\Hasher\\ThirdwavePasswordHasher'] ?? ($container->privates['Nen\\Bundle\\KennisbankPlatformBundle\\Security\\Hasher\\ThirdwavePasswordHasher'] = new \Nen\Bundle\KennisbankPlatformBundle\Security\Hasher\ThirdwavePasswordHasher())), 'App\\Entity\\User' => ['algorithm' => 'bcrypt', 'migrate_from' => [0 => 'thirdwave'], 'hash_algorithm' => 'sha512', 'key_length' => 40, 'ignore_case' => false, 'encode_as_base64' => true, 'iterations' => 5000, 'cost' => NULL, 'memory_cost' => NULL, 'time_cost' => NULL]]);
}
}