class AccessMap implements AccessMapInterface
AccessMap allows configuration of different access control rules for specific parts of the website.
Methods
add(RequestMatcherInterface $requestMatcher, array $attributes = array(), string|null $channel = null) Constructor. | ||
array | getPatterns(Request $request) Returns security attributes and required channel for the supplied request. |
Details
add(RequestMatcherInterface $requestMatcher, array $attributes = array(), string|null $channel = null)
Constructor.
array getPatterns(Request $request)
Returns security attributes and required channel for the supplied request.
Please login to continue.