RemoteUserAuthenticationListener
class RemoteUserAuthenticationListener extends AbstractPreAuthenticatedListener
REMOTE_USER authentication listener.
Methods
__construct(TokenStorageInterface $tokenStorage, AuthenticationManagerInterface $authenticationManager, string $providerKey, string $userKey = 'REMOTE_USER', LoggerInterface $logger = null, EventDispatcherInterface $dispatcher = null) | ||
handle(GetResponseEvent $event) Handles pre-authentication. | from AbstractPreAuthenticatedListener |
Details
__construct(TokenStorageInterface $tokenStorage, AuthenticationManagerInterface $authenticationManager, string $providerKey, string $userKey = 'REMOTE_USER', LoggerInterface $logger = null, EventDispatcherInterface $dispatcher = null)
Parameters
TokenStorageInterface | $tokenStorage | |
AuthenticationManagerInterface | $authenticationManager | |
string | $providerKey | |
string | $userKey | |
LoggerInterface | $logger | |
EventDispatcherInterface | $dispatcher |
final handle(GetResponseEvent $event)
Handles pre-authentication.
Parameters
GetResponseEvent | $event |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/4.0/Symfony/Component/Security/Http/Firewall/RemoteUserAuthenticationListener.html