class Firewall
Firewall uses a FirewallMap to register security listeners for the given request.
It allows for different security strategies within the same application
(a Basic authentication for the /api, and a web based authentication for
everything else for instance).
Methods
|
__construct(FirewallMapInterface $map, EventDispatcherInterface $dispatcher)
Constructor. |
||
|
onKernelRequest(GetResponseEvent $event)
Handles security. |
Details
at line 39
public
__construct(FirewallMapInterface $map, EventDispatcherInterface $dispatcher)
Constructor.
at line 50
public
onKernelRequest(GetResponseEvent $event)
Handles security.