class SimplePreAuthenticationListener implements ListenerInterface
SimplePreAuthenticationListener implements simple proxying to an authenticator.
Methods
__construct(TokenStorageInterface $tokenStorage, AuthenticationManagerInterface $authenticationManager, string $providerKey, SimplePreAuthenticatorInterface $simpleAuthenticator, LoggerInterface $logger = null, EventDispatcherInterface $dispatcher = null) Constructor. | ||
handle(GetResponseEvent $event) Handles basic authentication. |
Details
__construct(TokenStorageInterface $tokenStorage, AuthenticationManagerInterface $authenticationManager, string $providerKey, SimplePreAuthenticatorInterface $simpleAuthenticator, LoggerInterface $logger = null, EventDispatcherInterface $dispatcher = null)
Constructor.
handle(GetResponseEvent $event)
Handles basic authentication.
Please login to continue.