@@ -11,9 +11,9 @@ |
||
11 | 11 | |
12 | 12 | namespace OsLab\SecurityApiBundle\DependencyInjection\Security\UserProvider; |
13 | 13 | |
14 | -use Symfony\Component\DependencyInjection\ContainerBuilder; |
|
15 | 14 | use Symfony\Bundle\SecurityBundle\DependencyInjection\Security\UserProvider\UserProviderFactoryInterface; |
16 | 15 | use Symfony\Component\Config\Definition\Builder\NodeDefinition; |
16 | +use Symfony\Component\DependencyInjection\ContainerBuilder; |
|
17 | 17 | use Symfony\Component\DependencyInjection\DefinitionDecorator; |
18 | 18 | use Symfony\Component\DependencyInjection\Reference; |
19 | 19 |
@@ -12,11 +12,11 @@ |
||
12 | 12 | use OsLab\SecurityApiBundle\Security\Authentication\SimplePreAuthenticator; |
13 | 13 | use OsLab\SecurityApiBundle\Security\User\InMemoryApiUserProvider; |
14 | 14 | use Symfony\Component\HttpFoundation\HeaderBag; |
15 | -use Symfony\Component\HttpFoundation\Request; |
|
16 | 15 | use Symfony\Component\HttpFoundation\ParameterBag; |
16 | +use Symfony\Component\HttpFoundation\Request; |
|
17 | 17 | use Symfony\Component\Security\Core\Authentication\Token\PreAuthenticatedToken; |
18 | -use Symfony\Component\Security\Core\Exception\UsernameNotFoundException; |
|
19 | 18 | use Symfony\Component\Security\Core\Exception\AccessDeniedException; |
19 | +use Symfony\Component\Security\Core\Exception\UsernameNotFoundException; |
|
20 | 20 | use Symfony\Component\Security\Core\User\User; |
21 | 21 | use Symfony\Component\Security\Core\User\UserProviderInterface; |
22 | 22 |