summaryrefslogtreecommitdiffstats
path: root/Core/Authentication/Token/Token.php
Commit message (Collapse)AuthorAgeFilesLines
* [Security] various changes, see belowJohannes Schmitt2011-03-101-269/+0
| | | | | | - visibility changes from protected to private - AccountInterface -> UserInterface - SecurityContext::vote() -> SecurityContext::isGranted()
* replaced symfony-project.org by symfony.comFabien Potencier2011-03-061-2/+2
|
* [Security] Allow authentication tokens to hold attributesJeremy Mikola2011-02-151-2/+65
|
* [Security] Refactored security context, moved getUser() implementation to ↵Johannes Schmitt2011-02-121-3/+1
| | | | templating
* [Security] removed __toString() from AccountInterfaceJohannes Schmitt2011-02-121-6/+6
|
* [Security] fixed a Token serialization bugSebastian Utz2011-02-021-2/+11
|
* namespace changesJohannes M. Schmitt2011-01-261-0/+199
Symfony\Component\Security -> Symfony\Component\Security\Core Symfony\Component\Security\Acl remains unchanged Symfony\Component\HttpKernel\Security -> Symfony\Component\Security\Http