Symfony2 API
Class

Symfony\Component\Security\Http\Firewall\ChannelListener

class ChannelListener implements ListenerInterface

ChannelListener switches the HTTP protocol based on the access control configuration.

Methods

__construct(AccessMapInterface $map, AuthenticationEntryPointInterface $authenticationEntryPoint, LoggerInterface $logger = null)

handle(GetResponseEvent $event)

This interface must be implemented by firewall listeners.

Details

at line 31
public __construct(AccessMapInterface $map, AuthenticationEntryPointInterface $authenticationEntryPoint, LoggerInterface $logger = null)

Parameters

AccessMapInterface $map
AuthenticationEntryPointInterface $authenticationEntryPoint
LoggerInterface $logger

at line 43
public handle(GetResponseEvent $event)

This interface must be implemented by firewall listeners.

Parameters

GetResponseEvent $event A GetResponseEvent instance