PHP Класс Symfony\Component\HttpKernel\Security\Firewall\ExceptionListener

Автор: Fabien Potencier ([email protected])
Наследование: implements Symfony\Component\HttpKernel\Security\Firewall\ListenerInterface
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$authenticationEntryPoint
$context
$errorPage
$logger

Открытые методы

Метод Описание
__construct ( Symfony\Component\Security\SecurityContext $context, Symfony\Component\Security\Authentication\EntryPoint\AuthenticationEntryPointInterface $authenticationEntryPoint = null, $errorPage = null, Symfony\Component\HttpKernel\Log\LoggerInterface $logger = null )
handleException ( Symfony\Component\EventDispatcher\Event $event ) Handles security related exceptions.
register ( EventDispatcher $dispatcher, integer $priority ) Registers a core.exception listener to take care of security exceptions.

Защищенные методы

Метод Описание
startAuthentication ( Request $request, Symfony\Component\Security\Exception\AuthenticationException $reason )

Описание методов

__construct() публичный Метод

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

handleException() публичный Метод

Handles security related exceptions.
public handleException ( Symfony\Component\EventDispatcher\Event $event )
$event Symfony\Component\EventDispatcher\Event An Event instance

register() публичный Метод

Registers a core.exception listener to take care of security exceptions.
public register ( EventDispatcher $dispatcher, integer $priority )
$dispatcher Symfony\Component\EventDispatcher\EventDispatcher An EventDispatcher instance
$priority integer The priority

startAuthentication() защищенный Метод

protected startAuthentication ( Request $request, Symfony\Component\Security\Exception\AuthenticationException $reason )
$request Symfony\Component\HttpFoundation\Request
$reason Symfony\Component\Security\Exception\AuthenticationException

Описание свойств

$authenticationEntryPoint защищенное свойство

protected $authenticationEntryPoint

$context защищенное свойство

protected $context

$errorPage защищенное свойство

protected $errorPage

$logger защищенное свойство

protected $logger