summaryrefslogtreecommitdiffstats
path: root/Core/Authentication/AuthenticationProviderManager.php
Commit message (Collapse)AuthorAgeFilesLines
* Implemented check on interface implementationJoshua Thijssen2015-03-261-0/+6
|
* made phpdoc types consistent with those defined in HackFabien Potencier2014-04-151-1/+1
|
* made types consistent with those defined in HackFabien Potencier2014-04-131-1/+1
|
* [Security] Removed `get/setExtraInformation`, added `get/set(Token|User)`Alexander2013-01-071-2/+2
|
* Fixed most of the docblocks/unused namespacesFlorin Patan2012-12-191-0/+2
|
* added authentication success/failure eventsJohannes Schmitt2011-11-221-0/+19
|
* [Security] small performance optimizationJohannes M. Schmitt2011-03-141-0/+4
|
* [Security] various changes, see belowJohannes Schmitt2011-03-101-41/+8
| | | | | | - visibility changes from protected to private - AccountInterface -> UserInterface - SecurityContext::vote() -> SecurityContext::isGranted()
* replaced symfony-project.org by symfony.comFabien Potencier2011-03-061-2/+2
|
* namespace changesJohannes M. Schmitt2011-01-261-0/+120
Symfony\Component\Security -> Symfony\Component\Security\Core Symfony\Component\Security\Acl remains unchanged Symfony\Component\HttpKernel\Security -> Symfony\Component\Security\Http