var/cache/dev/ContainerGcok7p0/getSecurity_Authenticator_FormLogin_CustomerService.php line 36

Open in your IDE?
  1. <?php
  2. namespace ContainerGcok7p0;
  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_Authenticator_FormLogin_CustomerService extends Eccube_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'security.authenticator.form_login.customer' shared service.
  12.      *
  13.      * @return \Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator
  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-http/Authenticator/FormLoginAuthenticator.php';
  23.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  24.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationSuccessHandler.php';
  25.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  26.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  27.         include_once \dirname(__DIR__4).'/src/Eccube/Security/Http/Authentication/EccubeAuthenticationSuccessHandler.php';
  28.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  29.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationFailureHandler.php';
  30.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  31.         include_once \dirname(__DIR__4).'/src/Eccube/Security/Http/Authentication/EccubeAuthenticationFailureHandler.php';
  32.         $a = ($container->privates['Eccube\\Security\\Core\\User\\CustomerProvider'] ?? $container->load('getCustomerProviderService'));
  33.         if (isset($container->privates['security.authenticator.form_login.customer'])) {
  34.             return $container->privates['security.authenticator.form_login.customer'];
  35.         }
  36.         $b = ($container->services['http_kernel'] ?? $container->getHttpKernelService());
  37.         if (isset($container->privates['security.authenticator.form_login.customer'])) {
  38.             return $container->privates['security.authenticator.form_login.customer'];
  39.         }
  40.         $c = ($container->privates['security.http_utils'] ?? $container->load('getSecurity_HttpUtilsService'));
  41.         $d = ($container->privates['monolog.logger'] ?? $container->getMonolog_LoggerService());
  42.         return $container->privates['security.authenticator.form_login.customer'] = new \Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator($c$a, new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler(new \Eccube\Security\Http\Authentication\EccubeAuthenticationSuccessHandler($c, [], $d), ['login_path' => 'mypage_login''default_target_path' => 'homepage''always_use_default_target_path' => false'target_path_parameter' => '_target_path''use_referer' => false], 'customer'), new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationFailureHandler(new \Eccube\Security\Http\Authentication\EccubeAuthenticationFailureHandler($b$c, [], $d), ['login_path' => 'mypage_login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']), ['enable_csrf' => true'check_path' => 'mypage_login''login_path' => 'mypage_login''username_parameter' => 'login_email''password_parameter' => 'login_pass''use_forward' => false'require_previous_session' => false'csrf_parameter' => '_csrf_token''csrf_token_id' => 'authenticate''post_only' => true'form_only' => false]);
  43.     }
  44. }