File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 12
12
namespace Symfony \Component \Security \Http \Firewall ;
13
13
14
14
use Symfony \Component \EventDispatcher \EventDispatcherInterface ;
15
- use Symfony \Component \HttpKernel \Event \GetResponseEvent ;
16
15
use Symfony \Component \HttpFoundation \Request ;
17
16
use Symfony \Component \Security \Http \Authentication \AuthenticationFailureHandlerInterface ;
18
17
use Symfony \Component \Security \Http \Authentication \AuthenticationSuccessHandlerInterface ;
19
18
use Symfony \Component \Security \Core \Authentication \AuthenticationManagerInterface ;
20
19
use Symfony \Component \Form \Extension \Csrf \CsrfProvider \CsrfProviderInterface ;
21
20
use Symfony \Component \Security \Core \Authentication \SimpleFormAuthenticatorInterface ;
22
- use Symfony \Component \Security \Core \Authentication \Token \TokenInterface ;
23
- use Symfony \Component \Security \Core \Exception \AuthenticationException ;
24
- use Symfony \Component \Security \Core \Exception \SessionUnavailableException ;
25
21
use Symfony \Component \Security \Core \SecurityContextInterface ;
26
- use Symfony \Component \Security \Http \Event \InteractiveLoginEvent ;
27
22
use Symfony \Component \Security \Http \HttpUtils ;
28
- use Symfony \Component \Security \Http \RememberMe \RememberMeServicesInterface ;
29
- use Symfony \Component \Security \Http \SecurityEvents ;
30
23
use Symfony \Component \Security \Http \Session \SessionAuthenticationStrategyInterface ;
31
24
use Psr \Log \LoggerInterface ;
32
25
Original file line number Diff line number Diff line change 13
13
14
14
use Symfony \Component \Security \Core \SecurityContextInterface ;
15
15
use Symfony \Component \Security \Core \Authentication \AuthenticationManagerInterface ;
16
- use Symfony \Component \Security \Http \EntryPoint \AuthenticationEntryPointInterface ;
17
16
use Psr \Log \LoggerInterface ;
18
17
use Symfony \Component \HttpKernel \Event \GetResponseEvent ;
19
18
use Symfony \Component \HttpFoundation \Response ;
20
19
use Symfony \Component \Security \Core \Authentication \SimplePreAuthenticatorInterface ;
21
- use Symfony \Component \Security \Core \Authentication \Token \TokenInterface ;
22
20
use Symfony \Component \Security \Core \Authentication \Token \AnonymousToken ;
23
21
use Symfony \Component \Security \Core \Exception \AuthenticationException ;
24
22
use Symfony \Component \Security \Http \Authentication \AuthenticationFailureHandlerInterface ;
You can’t perform that action at this time.
0 commit comments