Firewall
Firewall
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, 登录查看完整内容
|