File tree Expand file tree Collapse file tree 5 files changed +7
-6
lines changed Expand file tree Collapse file tree 5 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ CHANGELOG
5
5
---
6
6
7
7
* Add the ` Security ` helper class
8
- * Deprecate the ` Symfony\Component\Security\Core\Security ` service alias, use ` Symfony\Bundle\SecurityBundle\Security\Security ` instead
8
+ * Deprecate the ` Symfony\Component\Security\Core\Security ` service alias, use ` Symfony\Bundle\SecurityBundle\Security ` instead
9
9
* Add ` Security::getFirewallConfig() ` to help to get the firewall configuration associated to the Request
10
10
* Add ` Security::login() ` to login programmatically
11
11
* Add ` Security::logout() ` to logout programmatically
Original file line number Diff line number Diff line change 13
13
14
14
use Symfony \Bundle \SecurityBundle \CacheWarmer \ExpressionCacheWarmer ;
15
15
use Symfony \Bundle \SecurityBundle \EventListener \FirewallListener ;
16
+ use Symfony \Bundle \SecurityBundle \Security ;
16
17
use Symfony \Bundle \SecurityBundle \Security \FirewallConfig ;
17
18
use Symfony \Bundle \SecurityBundle \Security \FirewallContext ;
18
19
use Symfony \Bundle \SecurityBundle \Security \FirewallMap ;
19
20
use Symfony \Bundle \SecurityBundle \Security \LazyFirewallContext ;
20
- use Symfony \Bundle \SecurityBundle \Security \Security ;
21
21
use Symfony \Component \ExpressionLanguage \ExpressionLanguage as BaseExpressionLanguage ;
22
22
use Symfony \Component \Ldap \Security \LdapUserProvider ;
23
23
use Symfony \Component \Security \Core \Authentication \AuthenticationTrustResolver ;
Original file line number Diff line number Diff line change 9
9
* file that was distributed with this source code.
10
10
*/
11
11
12
- namespace Symfony \Bundle \SecurityBundle \ Security ;
12
+ namespace Symfony \Bundle \SecurityBundle ;
13
13
14
14
use Psr \Container \ContainerInterface ;
15
+ use Symfony \Bundle \SecurityBundle \Security \FirewallConfig ;
15
16
use Symfony \Component \HttpFoundation \Request ;
16
17
use Symfony \Component \HttpFoundation \Response ;
17
18
use Symfony \Component \Security \Core \Authentication \Token \Storage \TokenStorageInterface ;
Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Bundle \SecurityBundle \Tests \Functional ;
13
13
14
+ use Symfony \Bundle \SecurityBundle \Security ;
14
15
use Symfony \Bundle \SecurityBundle \Security \FirewallConfig ;
15
- use Symfony \Bundle \SecurityBundle \Security \Security ;
16
16
use Symfony \Bundle \SecurityBundle \Tests \Functional \Bundle \SecuredPageBundle \Security \Core \User \ArrayUserProvider ;
17
17
use Symfony \Component \EventDispatcher \EventDispatcherInterface ;
18
18
use Symfony \Component \HttpFoundation \JsonResponse ;
Original file line number Diff line number Diff line change 9
9
* file that was distributed with this source code.
10
10
*/
11
11
12
- namespace Symfony \Bundle \SecurityBundle \Tests \ Security ;
12
+ namespace Symfony \Bundle \SecurityBundle \Tests ;
13
13
14
14
use PHPUnit \Framework \TestCase ;
15
15
use Psr \Container \ContainerInterface ;
16
+ use Symfony \Bundle \SecurityBundle \Security ;
16
17
use Symfony \Bundle \SecurityBundle \Security \FirewallConfig ;
17
18
use Symfony \Bundle \SecurityBundle \Security \FirewallMap ;
18
- use Symfony \Bundle \SecurityBundle \Security \Security ;
19
19
use Symfony \Component \DependencyInjection \ServiceLocator ;
20
20
use Symfony \Component \HttpFoundation \Request ;
21
21
use Symfony \Component \HttpFoundation \RequestStack ;
You can’t perform that action at this time.
0 commit comments