Method | Description | |
---|---|---|
__construct ( Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface $tokenStorage, Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface $authenticationManager, $providerKey, Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher, eZ\Publish\Core\MVC\ConfigResolverInterface $configResolver, Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface $sessionStorage, Psr\Log\LoggerInterface $logger = null ) | ||
addLogoutHandler ( Symfony\Component\Security\Http\Logout\LogoutHandlerInterface $handler ) | ||
authenticate ( |
||
handle ( |
Doesn't do anything as we don't use this service with main Firewall listener. | |
logout ( |
Method | Description | |
---|---|---|
attemptAuthentication ( |
||
isUserConflict ( eZ\Publish\Core\MVC\Symfony\Security\UserInterface $user, Symfony\Component\Security\Core\Authentication\Token\TokenInterface $previousToken = null ) : boolean | Checks if newly matched user is conflicting with previously non-anonymous logged in user, if any. |
public __construct ( Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface $tokenStorage, Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface $authenticationManager, $providerKey, Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher, eZ\Publish\Core\MVC\ConfigResolverInterface $configResolver, Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface $sessionStorage, Psr\Log\LoggerInterface $logger = null ) | ||
$tokenStorage | Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface | |
$authenticationManager | Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface | |
$dispatcher | Symfony\Component\EventDispatcher\EventDispatcherInterface | |
$configResolver | eZ\Publish\Core\MVC\ConfigResolverInterface | |
$sessionStorage | Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface | |
$logger | Psr\Log\LoggerInterface |
public addLogoutHandler ( Symfony\Component\Security\Http\Logout\LogoutHandlerInterface $handler ) | ||
$handler | Symfony\Component\Security\Http\Logout\LogoutHandlerInterface |
public authenticate ( |
||
$request |
public handle ( |
||
$event |
public logout ( |
||
$request |