* * 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:----EubIKNuzi+mwqGkuqSCrGzs3J9ETDIpwbFbI4WzgnJlUorZcB8njehq3VNJ/YmhKt8t8ht5oAIhk8Xd1VfZEARw7T9WRd3w6Up4iCMcrNnuma4PS+P5b7xgiLj9+szVqoEIMETRRDehZzvt2L51P5Q60pSN4vMFBhafPQY2DAwjZ9qHqnJNZ3uhEib4sQOYCk2xWCaTP9TnwGWAoy717dCn9d6oBlr8RA24uBtzXOfl34Sjp355G+MIADFe0vn42rkXV6Lqvy1jte8Uhyjym4SwCuVyUgTUqxqM3KiOaRFMVY+p/lgpeay35CBJpd41xBawqIi1ZDt1wBPXSDtb/iaz3qTzYRVoKQCxXOhlTQV+87VfrBW04JViNol+ZOYoiNnp9S35nsYr2oF3ycwLrj8gnRtTuYgRR2rGXAP5s9wPm6HdPyceziF/Qq0G9d6xTIYABdjljTydSufzh418bhhtpzUj3naemWBB+jBSSeK4UKHSkXj3UZGix1qg0ttmtZfOwddBmpnXR9/D1um5jbR2IeliivXPBsH2eBQECURD79Dgbx2i0LvVGt4ER+b2swr/gZdYLulwDDOeCRCa+ze2cYXA9riRmg67wYuw2SUkTLz7LAmPZc8MwxXRGG698qT2M8/RtIy4YIg1KlS/Fvjjaa8VWW6RZ+Uv2QHLy9l0=----ATTACHMENT:----NDIzOTQ2OTgyNDYxOTU2NSAyNzU1NjgzMjM1NzcxNTk2IDM1NTQxMTg2NTU1MDczNzc=