GuardAuthenticationListener
class GuardAuthenticationListener implements ListenerInterface
Authentication listener for the "guard" system.
Methods
| __construct(GuardAuthenticatorHandler $guardHandler, AuthenticationManagerInterface $authenticationManager, string $providerKey, array $guardAuthenticators, LoggerInterface $logger = null) | ||
|  handle(GetResponseEvent $event)  Iterates over each authenticator to see if each wants to authenticate the request.  |  ||
|  setRememberMeServices(RememberMeServicesInterface $rememberMeServices)  Should be called if this listener will support remember me.  |  
Details
__construct(GuardAuthenticatorHandler $guardHandler, AuthenticationManagerInterface $authenticationManager, string $providerKey, array $guardAuthenticators, LoggerInterface $logger = null)
Parameters
| GuardAuthenticatorHandler | $guardHandler | The Guard handler | 
| AuthenticationManagerInterface | $authenticationManager | An AuthenticationManagerInterface instance | 
| string | $providerKey | The provider (i.e. firewall) key | 
| array | $guardAuthenticators | The authenticators, with keys that match what's passed to GuardAuthenticationProvider | 
| LoggerInterface | $logger | A LoggerInterface instance | 
handle(GetResponseEvent $event)
Iterates over each authenticator to see if each wants to authenticate the request.
Parameters
| GetResponseEvent | $event | 
setRememberMeServices(RememberMeServicesInterface $rememberMeServices)
Should be called if this listener will support remember me.
Parameters
| RememberMeServicesInterface | $rememberMeServices | 
    © 2004–2017 Fabien Potencier
Licensed under the MIT License.
    http://api.symfony.com/3.2/Symfony/Component/Security/Guard/Firewall/GuardAuthenticationListener.html