var/cache/eaa_dev/ContainerObNXbbk/getSecurity_Authentication_BasicEntryPoint_MainService.php line 20

Open in your IDE?
  1. <?php
  2. namespace ContainerObNXbbk;
  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 getSecurity_Authentication_BasicEntryPoint_MainService extends Mm_Escmid_EscmidKernelEaa_devDebugContainer
  9. {
  10. /**
  11. * Gets the private 'security.authentication.basic_entry_point.main' shared service.
  12. *
  13. * @return \Symfony\Component\Security\Http\EntryPoint\BasicAuthenticationEntryPoint
  14. *
  15. * @deprecated Since symfony/security-bundle 5.4: The "security.authentication.basic_entry_point.main" service is deprecated, the logic is contained in the authenticators.
  16. */
  17. public static function do($container, $lazyLoad = true)
  18. {
  19. trigger_deprecation('symfony/security-bundle', '5.4', 'The "security.authentication.basic_entry_point.main" service is deprecated, the logic is contained in the authenticators.');
  20. return $container->privates['security.authentication.basic_entry_point.main'] = new \Symfony\Component\Security\Http\EntryPoint\BasicAuthenticationEntryPoint('Secured Area');
  21. }
  22. }