public __construct ( Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface $tokenStorage, Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface $authenticationManager, $providerKey, Symfony\Component\Security\Http\Authentication\AuthenticationSuccessHandlerInterface $successHandler, Symfony\Component\Security\Http\Authentication\AuthenticationFailureHandlerInterface $failureHandler, array $options = [], Psr\Log\LoggerInterface $logger = null, Symfony\Component\EventDispatcher\EventDispatcherInterface $eventDispatcher = null, Symfony\Component\PropertyAccess\PropertyAccessorInterface $propertyAccessor = null ) |
$tokenStorage |
Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface |
|
$authenticationManager |
Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface |
|
$successHandler |
Symfony\Component\Security\Http\Authentication\AuthenticationSuccessHandlerInterface |
|
$failureHandler |
Symfony\Component\Security\Http\Authentication\AuthenticationFailureHandlerInterface |
|
$options |
array |
|
$logger |
Psr\Log\LoggerInterface |
|
$eventDispatcher |
Symfony\Component\EventDispatcher\EventDispatcherInterface |
|
$propertyAccessor |
Symfony\Component\PropertyAccess\PropertyAccessorInterface |
|