<?phpnamespace ContainerSzWx2pB;include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/security-guard/PasswordAuthenticatedInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';include_once \dirname(__DIR__, 4).'/src/Security/LoginFormAuthenticator.php';class LoginFormAuthenticator_a44afbb extends \App\Security\LoginFormAuthenticator implements \ProxyManager\Proxy\VirtualProxyInterface{ /** * @var \App\Security\LoginFormAuthenticator|null wrapped object, if the proxy is initialized */ private $valueHolderc78ef = null; /** * @var \Closure|null initializer responsible for generating the wrapped object */ private $initializera61be = null; /** * @var bool[] map of public properties of the parent class */ private static $publicProperties4a11e = [ ]; public function supports(\Symfony\Component\HttpFoundation\Request $request) { $this->initializera61be && ($this->initializera61be->__invoke($valueHolderc78ef, $this, 'supports', array('request' => $request), $this->initializera61be) || 1) && $this->valueHolderc78ef = $valueHolderc78ef; return $this->valueHolderc78ef->supports($request); } public function getCredentials(\Symfony\Component\HttpFoundation\Request $request) { $this->initializera61be && ($this->initializera61be->__invoke($valueHolderc78ef, $this, 'getCredentials', array('request' => $request), $this->initializera61be) || 1) && $this->valueHolderc78ef = $valueHolderc78ef; return $this->valueHolderc78ef->getCredentials($request); } public function getUser($credentials, \Symfony\Component\Security\Core\User\UserProviderInterface $userProvider) { $this->initializera61be && ($this->initializera61be->__invoke($valueHolderc78ef, $this, 'getUser', array('credentials' => $credentials, 'userProvider' => $userProvider), $this->initializera61be) || 1) && $this->valueHolderc78ef = $valueHolderc78ef; return $this->valueHolderc78ef->getUser($credentials, $userProvider); } public function checkCredentials($credentials, \Symfony\Component\Security\Core\User\UserInterface $user) { $this->initializera61be && ($this->initializera61be->__invoke($valueHolderc78ef, $this, 'checkCredentials', array('credentials' => $credentials, 'user' => $user), $this->initializera61be) || 1) && $this->valueHolderc78ef = $valueHolderc78ef; return $this->valueHolderc78ef->checkCredentials($credentials, $user); } public function getPassword($credentials): ?string { $this->initializera61be && ($this->initializera61be->__invoke($valueHolderc78ef, $this, 'getPassword', array('credentials' => $credentials), $this->initializera61be) || 1) && $this->valueHolderc78ef = $valueHolderc78ef; return $this->valueHolderc78ef->getPassword($credentials); } public function onAuthenticationSuccess(\Symfony\Component\HttpFoundation\Request $request, \Symfony\Component\Security\Core\Authentication\Token\TokenInterface $token, string $providerKey) { $this->initializera61be && ($this->initializera61be->__invoke($valueHolderc78ef, $this, 'onAuthenticationSuccess', array('request' => $request, 'token' => $token, 'providerKey' => $providerKey), $this->initializera61be) || 1) && $this->valueHolderc78ef = $valueHolderc78ef; return $this->valueHolderc78ef->onAuthenticationSuccess($request, $token, $providerKey); } public function onAuthenticationFailure(\Symfony\Component\HttpFoundation\Request $request, \Symfony\Component\Security\Core\Exception\AuthenticationException $exception) { $this->initializera61be && ($this->initializera61be->__invoke($valueHolderc78ef, $this, 'onAuthenticationFailure', array('request' => $request, 'exception' => $exception), $this->initializera61be) || 1) && $this->valueHolderc78ef = $valueHolderc78ef; return $this->valueHolderc78ef->onAuthenticationFailure($request, $exception); } public function supportsRememberMe() { $this->initializera61be && ($this->initializera61be->__invoke($valueHolderc78ef, $this, 'supportsRememberMe', array(), $this->initializera61be) || 1) && $this->valueHolderc78ef = $valueHolderc78ef; return $this->valueHolderc78ef->supportsRememberMe(); } public function start(\Symfony\Component\HttpFoundation\Request $request, ?\Symfony\Component\Security\Core\Exception\AuthenticationException $authException = null) { $this->initializera61be && ($this->initializera61be->__invoke($valueHolderc78ef, $this, 'start', array('request' => $request, 'authException' => $authException), $this->initializera61be) || 1) && $this->valueHolderc78ef = $valueHolderc78ef; return $this->valueHolderc78ef->start($request, $authException); } public function createAuthenticatedToken(\Symfony\Component\Security\Core\User\UserInterface $user, string $providerKey) { $this->initializera61be && ($this->initializera61be->__invoke($valueHolderc78ef, $this, 'createAuthenticatedToken', array('user' => $user, 'providerKey' => $providerKey), $this->initializera61be) || 1) && $this->valueHolderc78ef = $valueHolderc78ef; return $this->valueHolderc78ef->createAuthenticatedToken($user, $providerKey); } /** * Constructor for lazy initialization * * @param \Closure|null $initializer */ public static function staticProxyConstructor($initializer) { static $reflection; $reflection = $reflection ?? new \ReflectionClass(__CLASS__); $instance = $reflection->newInstanceWithoutConstructor(); \Closure::bind(function (\App\Security\LoginFormAuthenticator $instance) { unset($instance->entityManager, $instance->urlGenerator, $instance->csrfTokenManager, $instance->passwordEncoder, $instance->container); }, $instance, 'App\\Security\\LoginFormAuthenticator')->__invoke($instance); $instance->initializera61be = $initializer; return $instance; } public function __construct(\Doctrine\ORM\EntityManagerInterface $entityManager, \Symfony\Component\DependencyInjection\ContainerInterface $container, \Symfony\Component\Routing\Generator\UrlGeneratorInterface $urlGenerator, \Symfony\Component\Security\Csrf\CsrfTokenManagerInterface $csrfTokenManager, \Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface $passwordEncoder) { static $reflection; if (! $this->valueHolderc78ef) { $reflection = $reflection ?? new \ReflectionClass('App\\Security\\LoginFormAuthenticator'); $this->valueHolderc78ef = $reflection->newInstanceWithoutConstructor(); \Closure::bind(function (\App\Security\LoginFormAuthenticator $instance) { unset($instance->entityManager, $instance->urlGenerator, $instance->csrfTokenManager, $instance->passwordEncoder, $instance->container); }, $this, 'App\\Security\\LoginFormAuthenticator')->__invoke($this); } $this->valueHolderc78ef->__construct($entityManager, $container, $urlGenerator, $csrfTokenManager, $passwordEncoder); } public function & __get($name) { $this->initializera61be && ($this->initializera61be->__invoke($valueHolderc78ef, $this, '__get', ['name' => $name], $this->initializera61be) || 1) && $this->valueHolderc78ef = $valueHolderc78ef; if (isset(self::$publicProperties4a11e[$name])) { return $this->valueHolderc78ef->$name; } $realInstanceReflection = new \ReflectionClass('App\\Security\\LoginFormAuthenticator'); if (! $realInstanceReflection->hasProperty($name)) { $targetObject = $this->valueHolderc78ef; $backtrace = debug_backtrace(false, 1); trigger_error( sprintf( 'Undefined property: %s::$%s in %s on line %s', $realInstanceReflection->getName(), $name, $backtrace[0]['file'], $backtrace[0]['line'] ), \E_USER_NOTICE ); return $targetObject->$name; } $targetObject = $this->valueHolderc78ef; $accessor = function & () use ($targetObject, $name) { return $targetObject->$name; }; $backtrace = debug_backtrace(true, 2); $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub(); $accessor = $accessor->bindTo($scopeObject, get_class($scopeObject)); $returnValue = & $accessor(); return $returnValue; } public function __set($name, $value) { $this->initializera61be && ($this->initializera61be->__invoke($valueHolderc78ef, $this, '__set', array('name' => $name, 'value' => $value), $this->initializera61be) || 1) && $this->valueHolderc78ef = $valueHolderc78ef; $realInstanceReflection = new \ReflectionClass('App\\Security\\LoginFormAuthenticator'); if (! $realInstanceReflection->hasProperty($name)) { $targetObject = $this->valueHolderc78ef; $targetObject->$name = $value; return $targetObject->$name; } $targetObject = $this->valueHolderc78ef; $accessor = function & () use ($targetObject, $name, $value) { $targetObject->$name = $value; return $targetObject->$name; }; $backtrace = debug_backtrace(true, 2); $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub(); $accessor = $accessor->bindTo($scopeObject, get_class($scopeObject)); $returnValue = & $accessor(); return $returnValue; } public function __isset($name) { $this->initializera61be && ($this->initializera61be->__invoke($valueHolderc78ef, $this, '__isset', array('name' => $name), $this->initializera61be) || 1) && $this->valueHolderc78ef = $valueHolderc78ef; $realInstanceReflection = new \ReflectionClass('App\\Security\\LoginFormAuthenticator'); if (! $realInstanceReflection->hasProperty($name)) { $targetObject = $this->valueHolderc78ef; return isset($targetObject->$name); } $targetObject = $this->valueHolderc78ef; $accessor = function () use ($targetObject, $name) { return isset($targetObject->$name); }; $backtrace = debug_backtrace(true, 2); $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub(); $accessor = $accessor->bindTo($scopeObject, get_class($scopeObject)); $returnValue = $accessor(); return $returnValue; } public function __unset($name) { $this->initializera61be && ($this->initializera61be->__invoke($valueHolderc78ef, $this, '__unset', array('name' => $name), $this->initializera61be) || 1) && $this->valueHolderc78ef = $valueHolderc78ef; $realInstanceReflection = new \ReflectionClass('App\\Security\\LoginFormAuthenticator'); if (! $realInstanceReflection->hasProperty($name)) { $targetObject = $this->valueHolderc78ef; unset($targetObject->$name); return; } $targetObject = $this->valueHolderc78ef; $accessor = function () use ($targetObject, $name) { unset($targetObject->$name); return; }; $backtrace = debug_backtrace(true, 2); $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \ProxyManager\Stub\EmptyClassStub(); $accessor = $accessor->bindTo($scopeObject, get_class($scopeObject)); $accessor(); } public function __clone() { $this->initializera61be && ($this->initializera61be->__invoke($valueHolderc78ef, $this, '__clone', array(), $this->initializera61be) || 1) && $this->valueHolderc78ef = $valueHolderc78ef; $this->valueHolderc78ef = clone $this->valueHolderc78ef; } public function __sleep() { $this->initializera61be && ($this->initializera61be->__invoke($valueHolderc78ef, $this, '__sleep', array(), $this->initializera61be) || 1) && $this->valueHolderc78ef = $valueHolderc78ef; return array('valueHolderc78ef'); } public function __wakeup() { \Closure::bind(function (\App\Security\LoginFormAuthenticator $instance) { unset($instance->entityManager, $instance->urlGenerator, $instance->csrfTokenManager, $instance->passwordEncoder, $instance->container); }, $this, 'App\\Security\\LoginFormAuthenticator')->__invoke($this); } public function setProxyInitializer(?\Closure $initializer = null): void { $this->initializera61be = $initializer; } public function getProxyInitializer(): ?\Closure { return $this->initializera61be; } public function initializeProxy(): bool { return $this->initializera61be && ($this->initializera61be->__invoke($valueHolderc78ef, $this, 'initializeProxy', array(), $this->initializera61be) || 1) && $this->valueHolderc78ef = $valueHolderc78ef; } public function isProxyInitialized(): bool { return null !== $this->valueHolderc78ef; } public function getWrappedValueHolderValue() { return $this->valueHolderc78ef; }}if (!\class_exists('LoginFormAuthenticator_a44afbb', false)) { \class_alias(__NAMESPACE__.'\\LoginFormAuthenticator_a44afbb', 'LoginFormAuthenticator_a44afbb', false);}