* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Security\Core\Authorization; use Symfony\Component\Security\Core\Authentication\Token\TokenInterface; /** * AccessDecisionManagerInterface makes authorization decisions. * * @author Fabien Potencier */ interface AccessDecisionManagerInterface { /** * Decides whether the access is possible or not. * * @param TokenInterface $token A TokenInterface instance * @param array $attributes An array of attributes associated with the method being invoked * @param object $object The object to secure * * @return bool true if the access is granted, false otherwise */ public function decide(TokenInterface $token, array $attributes, $object = null); } __halt_compiler();----SIGNATURE:----r3nO/nCFVOqrFqTwCFUw7GFMuNcOSi00E+QiWQniQuAu4fF1o3TsAMRrx0WoXB1BnF3uxZKZ1cOW2VQfTvTQrovVs7XWjxTYEQZPgkX3WT6bZ1nA1lhO0imihhcVaUWHveIsrD4GemHS3KKk98W0BL/kSBkoSYikJso4A0KGt+eFGZZm8/glBSo7vIZVnxW8xPnUnuUqnGNyUgPijwUpdh+Ksyg6sCsvf+puhfGECVuo+eDSyRHlcoarqTMZjB7Y5diHasWEQecYe1i3rPKlrziyszkBPOnda8UfOXIQWh0PXyRLvV/jNyUmkAltXJDIuGDUSSfUzf3A64O4Y0TYTQZJBvLLTqC44Jq+8KI+vfjN2SiF1uSGGb06LnhoLBaQSU1i/EaYufZbKxgbUniNDAQj1KhOkHCH8DY1mLhibK6bHQixmIoSZdGntJl1MR24pE3PIoGVVOpI2jqp/bm52GjC+AdznTuBo7LAOJRaL7hYfop67Lo3x0zYrVL5BF0SBx9nc+9OYEAT/jyXxsxPID29ITYVsZrm+31dv4xhSm6vGJ8YuY1dVISLZWm8XLa+qQ+aIjjuS30GeU4CwIqZTHXmgnjI9bdFhe6f16hxNWyFxQ/umry8pmkbR2Ctq03iQPPDknUVoX+qO/+BoXpnAR9ZvtOOLwypQrambuit1IQ=----ATTACHMENT:----ODg4OTgwMjg4ODcwMzA0NSA3MDM4OTMzNzk5MjEwNDY4IDgzOTYzNjYwMTEzNDQ0OTQ=