Свойство | Тип | Описание | |
---|---|---|---|
$authenticationEntryPoint | |||
$authenticationManager | |||
$ignoreFailure | |||
$logger | |||
$securityContext |
Метод | Описание | |
---|---|---|
__construct ( Symfony\Component\Security\SecurityContext $securityContext, Symfony\Component\Security\Authentication\AuthenticationManagerInterface $authenticationManager, Symfony\Component\Security\Authentication\EntryPoint\AuthenticationEntryPointInterface $authenticationEntryPoint, Symfony\Component\HttpKernel\Log\LoggerInterface $logger = null ) | ||
handle ( Symfony\Component\EventDispatcher\Event $event ) | Handles basic authentication. | |
register ( |
public __construct ( Symfony\Component\Security\SecurityContext $securityContext, Symfony\Component\Security\Authentication\AuthenticationManagerInterface $authenticationManager, Symfony\Component\Security\Authentication\EntryPoint\AuthenticationEntryPointInterface $authenticationEntryPoint, Symfony\Component\HttpKernel\Log\LoggerInterface $logger = null ) | ||
$securityContext | Symfony\Component\Security\SecurityContext | |
$authenticationManager | Symfony\Component\Security\Authentication\AuthenticationManagerInterface | |
$authenticationEntryPoint | Symfony\Component\Security\Authentication\EntryPoint\AuthenticationEntryPointInterface | |
$logger | Symfony\Component\HttpKernel\Log\LoggerInterface |
public handle ( Symfony\Component\EventDispatcher\Event $event ) | ||
$event | Symfony\Component\EventDispatcher\Event | An Event instance |