var/cache/dev/ContainerLTu5Uzl/getMyLorchAuthenticationListenerService.php line 18

Open in your IDE?
  1. <?php
  2. namespace ContainerLTu5Uzl;
  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 getMyLorchAuthenticationListenerService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'AppBundle\EventListener\MyLorchAuthenticationListener' shared autowired service.
  12.      *
  13.      * @return \AppBundle\EventListener\MyLorchAuthenticationListener
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/src/AppBundle/EventListener/MyLorchAuthenticationListener.php';
  18.         include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/Security/OAuth/OAuthRegistrationHandler.php';
  19.         include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/Security/OAuth/TokenStorageInterface.php';
  20.         include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/Security/OAuth/SessionTokenStorage.php';
  21.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/Connect/AccountConnectorInterface.php';
  22.         include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/Security/OAuth/AccountConnectorInterface.php';
  23.         include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/Security/OAuth/AccountConnector.php';
  24.         include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/Security/Authentication/LoginManagerInterface.php';
  25.         include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/Security/Authentication/LoginManager.php';
  26.         include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/Encryption/EncryptionServiceInterface.php';
  27.         include_once \dirname(__DIR__4).'/vendor/pimcore/customer-management-framework-bundle/src/Encryption/DefaultEncryptionService.php';
  28.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  29.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  30.         $a = ($container->privates['hwi_oauth.security.oauth_utils'] ?? $container->getHwiOauth_Security_OauthUtilsService());
  31.         if (isset($container->privates['AppBundle\\EventListener\\MyLorchAuthenticationListener'])) {
  32.             return $container->privates['AppBundle\\EventListener\\MyLorchAuthenticationListener'];
  33.         }
  34.         $b = ($container->privates['security.firewall.map'] ?? $container->getSecurity_Firewall_MapService());
  35.         if (isset($container->privates['AppBundle\\EventListener\\MyLorchAuthenticationListener'])) {
  36.             return $container->privates['AppBundle\\EventListener\\MyLorchAuthenticationListener'];
  37.         }
  38.         $c = ($container->services['router'] ?? $container->getRouterService());
  39.         if (isset($container->privates['AppBundle\\EventListener\\MyLorchAuthenticationListener'])) {
  40.             return $container->privates['AppBundle\\EventListener\\MyLorchAuthenticationListener'];
  41.         }
  42.         $d = ($container->privates['CustomerManagementFrameworkBundle\\Security\\SsoIdentity\\DefaultSsoIdentityService'] ?? $container->load('getDefaultSsoIdentityServiceService'));
  43.         return $container->privates['AppBundle\\EventListener\\MyLorchAuthenticationListener'] = new \AppBundle\EventListener\MyLorchAuthenticationListener(new \CustomerManagementFrameworkBundle\Security\OAuth\OAuthRegistrationHandler($a, new \CustomerManagementFrameworkBundle\Security\OAuth\SessionTokenStorage(($container->services['.container.private.session'] ?? $container->load('get_Container_Private_SessionService'))), $d, new \CustomerManagementFrameworkBundle\Security\OAuth\AccountConnector($d, ($container->services['CustomerManagementFrameworkBundle\\Encryption\\DefaultEncryptionService'] ?? ($container->services['CustomerManagementFrameworkBundle\\Encryption\\DefaultEncryptionService'] = new \CustomerManagementFrameworkBundle\Encryption\DefaultEncryptionService('def00000a2801d90b4f33821ecf60a5ebfe93084c4080b947b2ac3db2805ad33150568bd1c7ec43ab31a27c59c1cbc13abe479831170b2de7e96d35ffe1bf5082bf926a1'))))), ($container->services['CustomerManagementFrameworkBundle\\CustomerProvider\\CustomerProviderInterface'] ?? $container->getCustomerProviderInterfaceService()), new \CustomerManagementFrameworkBundle\Security\Authentication\LoginManager(($container->services['Pimcore\\Http\\RequestHelper'] ?? $container->getRequestHelperService()), $b, ($container->privates['security.authentication.session_strategy'] ?? $container->load('getSecurity_Authentication_SessionStrategyService')), ($container->services['.container.private.security.token_storage'] ?? $container->get_Container_Private_Security_TokenStorageService()), ($container->services['hwi_oauth.user_checker'] ?? ($container->services['hwi_oauth.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), $container), $c);
  44.     }
  45. }