File: //usr/share/php/Symfony/Bundle/SecurityBundle/autoload.php
<?php
// require:
require_once 'Symfony/Component/Config/autoload.php';
require_once 'Symfony/Component/DependencyInjection/autoload.php';
require_once 'Symfony/Component/HttpKernel/autoload.php';
require_once 'Symfony/Component/Security/Core/autoload.php';
require_once 'Symfony/Component/Security/Csrf/autoload.php';
require_once 'Symfony/Component/Security/Guard/autoload.php';
require_once 'Symfony/Component/Security/Http/autoload.php';
// @codingStandardsIgnoreFile
// @codeCoverageIgnoreStart
// this is an autogenerated file - do not edit
spl_autoload_register(
function($class) {
static $classes = null;
if ($classes === null) {
$classes = array(
'symfony\\bundle\\securitybundle\\cachewarmer\\expressioncachewarmer' => '/CacheWarmer/ExpressionCacheWarmer.php',
'symfony\\bundle\\securitybundle\\command\\userpasswordencodercommand' => '/Command/UserPasswordEncoderCommand.php',
'symfony\\bundle\\securitybundle\\datacollector\\securitydatacollector' => '/DataCollector/SecurityDataCollector.php',
'symfony\\bundle\\securitybundle\\debug\\traceablefirewalllistener' => '/Debug/TraceableFirewallListener.php',
'symfony\\bundle\\securitybundle\\debug\\wrappedlistener' => '/Debug/WrappedListener.php',
'symfony\\bundle\\securitybundle\\dependencyinjection\\compiler\\addexpressionlanguageproviderspass' => '/DependencyInjection/Compiler/AddExpressionLanguageProvidersPass.php',
'symfony\\bundle\\securitybundle\\dependencyinjection\\compiler\\addsecurityvoterspass' => '/DependencyInjection/Compiler/AddSecurityVotersPass.php',
'symfony\\bundle\\securitybundle\\dependencyinjection\\compiler\\addsessiondomainconstraintpass' => '/DependencyInjection/Compiler/AddSessionDomainConstraintPass.php',
'symfony\\bundle\\securitybundle\\dependencyinjection\\compiler\\registercsrftokenclearinglogouthandlerpass' => '/DependencyInjection/Compiler/RegisterCsrfTokenClearingLogoutHandlerPass.php',
'symfony\\bundle\\securitybundle\\dependencyinjection\\mainconfiguration' => '/DependencyInjection/MainConfiguration.php',
'symfony\\bundle\\securitybundle\\dependencyinjection\\security\\factory\\abstractfactory' => '/DependencyInjection/Security/Factory/AbstractFactory.php',
'symfony\\bundle\\securitybundle\\dependencyinjection\\security\\factory\\formloginfactory' => '/DependencyInjection/Security/Factory/FormLoginFactory.php',
'symfony\\bundle\\securitybundle\\dependencyinjection\\security\\factory\\formloginldapfactory' => '/DependencyInjection/Security/Factory/FormLoginLdapFactory.php',
'symfony\\bundle\\securitybundle\\dependencyinjection\\security\\factory\\guardauthenticationfactory' => '/DependencyInjection/Security/Factory/GuardAuthenticationFactory.php',
'symfony\\bundle\\securitybundle\\dependencyinjection\\security\\factory\\httpbasicfactory' => '/DependencyInjection/Security/Factory/HttpBasicFactory.php',
'symfony\\bundle\\securitybundle\\dependencyinjection\\security\\factory\\httpbasicldapfactory' => '/DependencyInjection/Security/Factory/HttpBasicLdapFactory.php',
'symfony\\bundle\\securitybundle\\dependencyinjection\\security\\factory\\jsonloginfactory' => '/DependencyInjection/Security/Factory/JsonLoginFactory.php',
'symfony\\bundle\\securitybundle\\dependencyinjection\\security\\factory\\jsonloginldapfactory' => '/DependencyInjection/Security/Factory/JsonLoginLdapFactory.php',
'symfony\\bundle\\securitybundle\\dependencyinjection\\security\\factory\\remembermefactory' => '/DependencyInjection/Security/Factory/RememberMeFactory.php',
'symfony\\bundle\\securitybundle\\dependencyinjection\\security\\factory\\remoteuserfactory' => '/DependencyInjection/Security/Factory/RemoteUserFactory.php',
'symfony\\bundle\\securitybundle\\dependencyinjection\\security\\factory\\securityfactoryinterface' => '/DependencyInjection/Security/Factory/SecurityFactoryInterface.php',
'symfony\\bundle\\securitybundle\\dependencyinjection\\security\\factory\\simpleformfactory' => '/DependencyInjection/Security/Factory/SimpleFormFactory.php',
'symfony\\bundle\\securitybundle\\dependencyinjection\\security\\factory\\simplepreauthenticationfactory' => '/DependencyInjection/Security/Factory/SimplePreAuthenticationFactory.php',
'symfony\\bundle\\securitybundle\\dependencyinjection\\security\\factory\\x509factory' => '/DependencyInjection/Security/Factory/X509Factory.php',
'symfony\\bundle\\securitybundle\\dependencyinjection\\security\\userprovider\\inmemoryfactory' => '/DependencyInjection/Security/UserProvider/InMemoryFactory.php',
'symfony\\bundle\\securitybundle\\dependencyinjection\\security\\userprovider\\ldapfactory' => '/DependencyInjection/Security/UserProvider/LdapFactory.php',
'symfony\\bundle\\securitybundle\\dependencyinjection\\security\\userprovider\\userproviderfactoryinterface' => '/DependencyInjection/Security/UserProvider/UserProviderFactoryInterface.php',
'symfony\\bundle\\securitybundle\\dependencyinjection\\securityextension' => '/DependencyInjection/SecurityExtension.php',
'symfony\\bundle\\securitybundle\\eventlistener\\firewalllistener' => '/EventListener/FirewallListener.php',
'symfony\\bundle\\securitybundle\\eventlistener\\votelistener' => '/EventListener/VoteListener.php',
'symfony\\bundle\\securitybundle\\security\\firewallconfig' => '/Security/FirewallConfig.php',
'symfony\\bundle\\securitybundle\\security\\firewallcontext' => '/Security/FirewallContext.php',
'symfony\\bundle\\securitybundle\\security\\firewallmap' => '/Security/FirewallMap.php',
'symfony\\bundle\\securitybundle\\securitybundle' => '/SecurityBundle.php',
'symfony\\bundle\\securitybundle\\securityuservalueresolver' => '/SecurityUserValueResolver.php',
'symfony\\bundle\\securitybundle\\templating\\helper\\logouturlhelper' => '/Templating/Helper/LogoutUrlHelper.php',
'symfony\\bundle\\securitybundle\\templating\\helper\\securityhelper' => '/Templating/Helper/SecurityHelper.php'
);
}
$cn = strtolower($class);
if (isset($classes[$cn]) and file_exists(__DIR__ . $classes[$cn])) {
require __DIR__ . $classes[$cn];
}
},
true,
false
);
// @codeCoverageIgnoreEnd