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)
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.
Please login to continue.