Property | Type | Description | |
---|---|---|---|
$authenticationEntryPoint | |||
$logger | |||
$provider | |||
$securityContext |
Method | Description | |
---|---|---|
__construct ( Symfony\Component\Security\SecurityContext $securityContext, Symfony\Component\Security\User\UserProviderInterface $provider, Symfony\Component\HttpKernel\Security\EntryPoint\DigestAuthenticationEntryPoint $authenticationEntryPoint, Symfony\Component\HttpKernel\Log\LoggerInterface $logger = null ) | ||
handle ( Symfony\Component\EventDispatcher\Event $event ) | Handles digest authentication. | |
register ( |
Method | Description | |
---|---|---|
fail ( |
public __construct ( Symfony\Component\Security\SecurityContext $securityContext, Symfony\Component\Security\User\UserProviderInterface $provider, Symfony\Component\HttpKernel\Security\EntryPoint\DigestAuthenticationEntryPoint $authenticationEntryPoint, Symfony\Component\HttpKernel\Log\LoggerInterface $logger = null ) | ||
$securityContext | Symfony\Component\Security\SecurityContext | |
$provider | Symfony\Component\Security\User\UserProviderInterface | |
$authenticationEntryPoint | Symfony\Component\HttpKernel\Security\EntryPoint\DigestAuthenticationEntryPoint | |
$logger | Symfony\Component\HttpKernel\Log\LoggerInterface |
protected fail ( |
||
$request | ||
$failed | Symfony\Component\Security\Exception\AuthenticationException |
public handle ( Symfony\Component\EventDispatcher\Event $event ) | ||
$event | Symfony\Component\EventDispatcher\Event | An Event instance |