var/cache/dev/ContainerD8DRxp2/getAuthenticatorService.php line 35

Open in your IDE?
  1. <?php
  2. namespace ContainerD8DRxp2;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  5. /**
  6. * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  7. */
  8. class getAuthenticatorService extends App_KernelDevDebugContainer
  9. {
  10. /**
  11. * Gets the private 'App\Auth\Authenticator' shared autowired service.
  12. *
  13. * @return \App\Auth\Authenticator
  14. */
  15. public static function do($container, $lazyLoad = true)
  16. {
  17. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  18. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  19. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  20. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  21. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Authenticator/AbstractLoginFormAuthenticator.php';
  22. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/User/PasswordAuthenticatedUserInterface.php';
  23. include_once \dirname(__DIR__, 4).'/src/Auth/Authenticator.php';
  24. include_once \dirname(__DIR__, 4).'/vendor/symfony/security-core/Security.php';
  25. $a = ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService());
  26. if (isset($container->privates['App\\Auth\\Authenticator'])) {
  27. return $container->privates['App\\Auth\\Authenticator'];
  28. }
  29. return $container->privates['App\\Auth\\Authenticator'] = new \App\Auth\Authenticator(($container->services['router'] ?? $container->getRouterService()), $a, ($container->services['.container.private.security.csrf.token_manager'] ?? $container->load('get_Container_Private_Security_Csrf_TokenManagerService')), ($container->privates['security.user_password_hasher'] ?? $container->load('getSecurity_UserPasswordHasherService')), new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($container->getService, [
  30. 'security.authorization_checker' => ['services', '.container.private.security.authorization_checker', 'get_Container_Private_Security_AuthorizationCheckerService', false],
  31. 'security.token_storage' => ['services', '.container.private.security.token_storage', 'get_Container_Private_Security_TokenStorageService', false],
  32. ], [
  33. 'security.authorization_checker' => '?',
  34. 'security.token_storage' => '?',
  35. ])));
  36. }
  37. }