* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Security\Core\Authentication\Token\Storage; use Symfony\Component\Security\Core\Authentication\Token\TokenInterface; /** * TokenStorage contains a TokenInterface. * * It gives access to the token representing the current user authentication. * * @author Fabien Potencier * @author Johannes M. Schmitt */ class TokenStorage implements TokenStorageInterface { private $token; /** * {@inheritdoc} */ public function getToken() { return $this->token; } /** * {@inheritdoc} */ public function setToken(TokenInterface $token = null) { $this->token = $token; } } __halt_compiler();----SIGNATURE:----u0jg44oZiIym9LZnLKrWJvq07GfoL8LTjmAdyf2dmuZKs+6WMo8oSfXNLSeBbqfnzUm8eRz0usl+9MglALgo9CFPE3iwMGCcY+ta62xAVRCSY/lBgAtNPOSTuKw0pqGxULSIkZS3CsXhNWikKvbUHyag/AM66x8bhfi2S+A0VZFNPpZML8WlZ2RdCDr540IIyVu3Rpv14QjvGoXUppp3qmmbaeXE1ES/Bq7Mu32xs6vLR070OJ7SsgYX/sBb0wID7Akg+RFam/oI2L29VHpSgMAOocbMyO09esSmrCM7qbOpvEAyOgQLvSgcVXXIuJyHti00yzqZVVVHbkWY1undQmxPCzca6fsFy9yBhQgssnSRhLjpsrfeYT3uJvjqVsUhOstq5zbysWFHvB1Sg8XWD+NwWRtI3pGpdrus6tkQEKPq/TjdtX8W45tWFPofhTdaQJWINRskf3qnBmi3didJ6SP4NHFuLiiFAsyxYJi1N3K5Iyg0DqvJRqhnHaQVXl8cdbgUM4jupnb0Qr0lLbmkug2eVq+D03JZBIuuPucQtjfPqxjTSE8DkdYcbmyWgEXrP+FLvZho4FBZlq/z4xFgqsea5WK6RWXnhr54iuo0jhZZ7wyVe55c5ZGEac9v1kgJGYEeeuFq8D5TKM9GdbEJMgyp8CfqWz53V18Lz+hc1w0=----ATTACHMENT:----OTc5ODg0NjU5Mzk2MjcgMzM3MzAzNTM5MTMzMTQ3NiA1ODM1NDE5MzMyMjQ1NDYx