class FirewallContext
This is a wrapper around the actual firewall configuration which allows us to lazy load the context for one specific firewall only when we need it.
| __construct(iterable $listeners, ExceptionListener $exceptionListener = null, $logoutListener = null, FirewallConfig $config = null) | ||
| getConfig() | ||
| iterable | getListeners() | |
| getExceptionListener() | ||
| getLogoutListener() |
| iterable | $listeners | |
| ExceptionListener | $exceptionListener | |
| $logoutListener | ||
| FirewallConfig | $config |
| iterable |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Bundle/SecurityBundle/Security/FirewallContext.html