interface AccessDecisionManagerInterface
AccessDecisionManagerInterface makes authorization decisions.
Methods
| Boolean |
decide(TokenInterface $token, array $attributes, object $object = null)
Decides whether the access is possible or not. |
|
| Boolean |
supportsAttribute(string $attribute)
Checks if the access decision manager supports the given attribute. |
|
| true |
supportsClass(string $class)
Checks if the access decision manager supports the given class. |
Details
at line 32
public Boolean
decide(TokenInterface $token, array $attributes, object $object = null)
Decides whether the access is possible or not.
at line 41
public Boolean
supportsAttribute(string $attribute)
Checks if the access decision manager supports the given attribute.
at line 50
public true
supportsClass(string $class)
Checks if the access decision manager supports the given class.