Свойство | Тип | Описание | |
---|---|---|---|
$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 ( |
Registers a core.exception listener to take care of security exceptions. |
Метод | Описание | |
---|---|---|
startAuthentication ( |
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 |
public handleException ( Symfony\Component\EventDispatcher\Event $event ) | ||
$event | Symfony\Component\EventDispatcher\Event | An Event instance |
protected startAuthentication ( |
||
$request | ||
$reason | Symfony\Component\Security\Exception\AuthenticationException |