public __construct ( Symfony\Component\Security\Core\SecurityContextInterface $context, Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolverInterface $trustResolver, HttpUtils $httpUtils, Symfony\Component\Security\Http\EntryPoint\AuthenticationEntryPointInterface $authenticationEntryPoint = null, $errorPage = null, Symfony\Component\Security\Http\Authorization\AccessDeniedHandlerInterface $accessDeniedHandler = null, Symfony\Component\HttpKernel\Log\LoggerInterface $logger = null ) |
$context |
Symfony\Component\Security\Core\SecurityContextInterface |
|
$trustResolver |
Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolverInterface |
|
$httpUtils |
Symfony\Component\Security\Http\HttpUtils |
|
$authenticationEntryPoint |
Symfony\Component\Security\Http\EntryPoint\AuthenticationEntryPointInterface |
|
$accessDeniedHandler |
Symfony\Component\Security\Http\Authorization\AccessDeniedHandlerInterface |
|
$logger |
Symfony\Component\HttpKernel\Log\LoggerInterface |
|