* * 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:----Iq0yxCDL4jPOKuPW+YtDeb50cas33XQWZaje+AEEDpLmmbWMA7/ciGXDnr5Y1N/3dOdbmFreG38GFvs5MBlQyQarD7zhWdySOUxPml4IW1TPC69skFd3ilXehArlUzsSpMWhvn4UX9mNsii4JloDNRdWlSJ2DL5dRWrWlMOuXUGyXH37rWQ1H94ym+v5zsLp873joDuSXzIaCdsjQrSfWDCOd/k6xBwet3bp7e+Ztb2E2qQFYqmkjZkrYMqREEK2dl1xiVR01rjkv+GFbhK//eUIinnF2QYhmTXLFleYzT7k+oUmSaN8WNNsNtsRPUUqBVQgJbEQK9rjK+JGfTiDk2T3mDq7/Au4cTQCA4rClvbFGKcYjmcie8jX+TDwXFqTFXcWR1sM0vzgBviWZ2YhlKjxUggthZ3he2uv/TVvvJntzACxg8vVlOsGSNlbX+DxdbmiFMWbzfq88G8xxYl3uQK6H6rl4NisG1gfSTKLPPd1HVMpeg4S5HvjcIxEmtns2cSHruTPWwGf5gfnfVWGanZ1fh73vMEUAJ5MbZuh2mv/Gl7OqvADDX7xqHIJpAjpMZQgP5bYIQTLudA4dQSi9E0ffKajiMzwULdVeAfIZE1bEiA+qaR26dgnfBSqzC6zHhWihdyrRiziD2VtliD7KAXUHplLSgY9iK9T0ElYM1Q=----ATTACHMENT:----NDUyMjI3MjgyOTQ1NDIyNiA1NjczNjgzMzA5MTIwMDg0IDIzMDI2NjkxMjMzMDk3OTY=