class ContextListener implements ListenerInterface
ContextListener manages the SecurityContext persistence through a session.
Methods
__construct(TokenStorageInterface $tokenStorage, array $userProviders, $contextKey, LoggerInterface $logger = null, EventDispatcherInterface $dispatcher = null, AuthenticationTrustResolverInterface $trustResolver = null) | ||
handle(GetResponseEvent $event) Reads the Security Token from the session. | ||
onKernelResponse(FilterResponseEvent $event) Writes the security token into the session. |
Details
__construct(TokenStorageInterface $tokenStorage, array $userProviders, $contextKey, LoggerInterface $logger = null, EventDispatcherInterface $dispatcher = null, AuthenticationTrustResolverInterface $trustResolver = null)
handle(GetResponseEvent $event)
Reads the Security Token from the session.
onKernelResponse(FilterResponseEvent $event)
Writes the security token into the session.
Please login to continue.