class Firewall implements EventSubscriberInterface
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.
onKernelFinishRe