File tree Expand file tree Collapse file tree 6 files changed +4
-191
lines changed Expand file tree Collapse file tree 6 files changed +4
-191
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Bundle \SecurityBundle \Debug ;
13
13
14
- use Symfony \Bundle \SecurityBundle \Debug \Authenticator \TraceableAuthenticatorManagerListener ;
15
14
use Symfony \Bundle \SecurityBundle \EventListener \FirewallListener ;
16
15
use Symfony \Bundle \SecurityBundle \Security \FirewallContext ;
17
16
use Symfony \Bundle \SecurityBundle \Security \LazyFirewallContext ;
18
17
use Symfony \Component \HttpKernel \Event \RequestEvent ;
18
+ use Symfony \Component \Security \Http \Authenticator \Debug \TraceableAuthenticatorManagerListener ;
19
19
use Symfony \Component \Security \Http \Firewall \FirewallListenerInterface ;
20
20
21
21
/**
Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Bundle \SecurityBundle \Debug ;
13
13
14
- use Symfony \Bundle \ SecurityBundle \ Debug \Authenticator \TraceableAuthenticatorManagerListener ;
14
+ use Symfony \Component \ Security \ Http \Authenticator \ Debug \TraceableAuthenticatorManagerListener ;
15
15
use Symfony \Component \VarDumper \Caster \ClassStub ;
16
16
17
17
/**
Original file line number Diff line number Diff line change 12
12
namespace Symfony \Bundle \SecurityBundle \DependencyInjection ;
13
13
14
14
use Symfony \Bridge \Twig \Extension \LogoutUrlExtension ;
15
- use Symfony \Bundle \SecurityBundle \Debug \Authenticator \TraceableAuthenticatorManagerListener ;
16
15
use Symfony \Bundle \SecurityBundle \DependencyInjection \Security \Factory \AuthenticatorFactoryInterface ;
17
16
use Symfony \Bundle \SecurityBundle \DependencyInjection \Security \Factory \FirewallListenerFactoryInterface ;
18
17
use Symfony \Bundle \SecurityBundle \DependencyInjection \Security \Factory \SecurityFactoryInterface ;
45
44
use Symfony \Component \Security \Core \User \ChainUserProvider ;
46
45
use Symfony \Component \Security \Core \User \PasswordAuthenticatedUserInterface ;
47
46
use Symfony \Component \Security \Core \User \UserProviderInterface ;
47
+ use Symfony \Component \Security \Http \Authenticator \Debug \TraceableAuthenticatorManagerListener ;
48
48
use Symfony \Component \Security \Http \Event \CheckPassportEvent ;
49
49
50
50
/**
Original file line number Diff line number Diff line change 12
12
namespace Symfony \Bundle \SecurityBundle \Tests \Debug ;
13
13
14
14
use PHPUnit \Framework \TestCase ;
15
- use Symfony \Bundle \SecurityBundle \Debug \Authenticator \TraceableAuthenticatorManagerListener ;
16
15
use Symfony \Bundle \SecurityBundle \Debug \TraceableFirewallListener ;
17
16
use Symfony \Bundle \SecurityBundle \Security \FirewallMap ;
18
17
use Symfony \Component \EventDispatcher \EventDispatcher ;
23
22
use Symfony \Component \Security \Core \Authentication \Token \Storage \TokenStorageInterface ;
24
23
use Symfony \Component \Security \Core \Authentication \Token \TokenInterface ;
25
24
use Symfony \Component \Security \Http \Authentication \AuthenticatorManager ;
25
+ use Symfony \Component \Security \Http \Authenticator \Debug \TraceableAuthenticatorManagerListener ;
26
26
use Symfony \Component \Security \Http \Authenticator \InteractiveAuthenticatorInterface ;
27
27
use Symfony \Component \Security \Http \Authenticator \Passport \Badge \UserBadge ;
28
28
use Symfony \Component \Security \Http \Authenticator \Passport \Passport ;
You can’t perform that action at this time.
0 commit comments