FirewallContext

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.

Methods

__construct(iterable $listeners, ExceptionListener $exceptionListener = null, FirewallConfig $config = null)
getConfig()
getListeners()
getExceptionListener()

Details

__construct(iterable $listeners, ExceptionListener $exceptionListener = null, FirewallConfig $config = null)

Parameters

iterable $listeners
ExceptionListener $exceptionListener
FirewallConfig $config

getConfig()

getListeners()

getExceptionListener()

© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/4.0/Symfony/Bundle/SecurityBundle/Security/FirewallContext.html