PHP Class Symfony\Component\HttpKernel\Security\Firewall\ChannelListener

Author: Fabien Potencier ([email protected])
Inheritance: implements Symfony\Component\HttpKernel\Security\Firewall\ListenerInterface
Show file Open project: pmjones/php-framework-benchmarks

Protected Properties

Property Type Description
$authenticationEntryPoint
$logger
$map

Public Methods

Method Description
__construct ( Symfony\Component\HttpKernel\Security\AccessMap $map, Symfony\Component\Security\Authentication\EntryPoint\AuthenticationEntryPointInterface $authenticationEntryPoint, Symfony\Component\HttpKernel\Log\LoggerInterface $logger = null )
handle ( Symfony\Component\EventDispatcher\Event $event ) Handles channel management.
register ( EventDispatcher $dispatcher, integer $priority )

Method Details

__construct() public method

public __construct ( Symfony\Component\HttpKernel\Security\AccessMap $map, Symfony\Component\Security\Authentication\EntryPoint\AuthenticationEntryPointInterface $authenticationEntryPoint, Symfony\Component\HttpKernel\Log\LoggerInterface $logger = null )
$map Symfony\Component\HttpKernel\Security\AccessMap
$authenticationEntryPoint Symfony\Component\Security\Authentication\EntryPoint\AuthenticationEntryPointInterface
$logger Symfony\Component\HttpKernel\Log\LoggerInterface

handle() public method

Handles channel management.
public handle ( Symfony\Component\EventDispatcher\Event $event )
$event Symfony\Component\EventDispatcher\Event An Event instance

register() public method

public register ( EventDispatcher $dispatcher, integer $priority )
$dispatcher Symfony\Component\EventDispatcher\EventDispatcher An EventDispatcher instance
$priority integer The priority

Property Details

$authenticationEntryPoint protected property

protected $authenticationEntryPoint

$logger protected property

protected $logger

$map protected property

protected $map