interface AccessDecisionManagerInterface
AccessDecisionManagerInterface makes authorization decisions.
bool | decide(TokenInterface $token, array $attributes, object $object = null) Decides whether the access is possible or not. |
Decides whether the access is possible or not.
TokenInterface | $token | A TokenInterface instance |
array | $attributes | An array of attributes associated with the method being invoked |
object | $object | The object to secure |
bool | true if the access is granted, false otherwise |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Security/Core/Authorization/AccessDecisionManagerInterface.html