@@ -36,6 +36,7 @@ |
||
| 36 | 36 | |
| 37 | 37 | /** |
| 38 | 38 | * @param NodeDefinition $node |
| 39 | + * @return void |
|
| 39 | 40 | */ |
| 40 | 41 | public function getNodeDefinition(ArrayNodeDefinition $node); |
| 41 | 42 | |
@@ -16,11 +16,10 @@ |
||
| 16 | 16 | use OAuth2Framework\Bundle\Security\Authentication\Provider\OAuth2Provider; |
| 17 | 17 | use OAuth2Framework\Bundle\Security\EntryPoint\OAuth2EntryPoint; |
| 18 | 18 | use OAuth2Framework\Bundle\Security\Firewall\OAuth2Listener; |
| 19 | +use Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\SecurityFactoryInterface; |
|
| 19 | 20 | use Symfony\Component\DependencyInjection\ChildDefinition; |
| 20 | 21 | use Symfony\Component\DependencyInjection\ContainerBuilder; |
| 21 | 22 | use Symfony\Component\DependencyInjection\Reference; |
| 22 | -use Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition; |
|
| 23 | -use Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\SecurityFactoryInterface; |
|
| 24 | 23 | use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface; |
| 25 | 24 | |
| 26 | 25 | class OAuth2SecurityFactory implements SecurityFactoryInterface |