SessionAuthenticationStrategy
  • References/PHP/Symfony/Component/Security/Http/Session

class SessionAuthenticationStrategy implements

2025-01-10 15:47:30
RememberMeServicesInterface::autoLogin()
  • References/PHP/Symfony/Component/Security/Http/RememberMe

TokenInterface autoLogin(Request $request) This method will be called whenever the TokenStorage does not contain a TokenInterface object and the framework wishes to provide an implementation with an opportunity to authenticate the request using remember-me capabilities. No attempt whatsoever is made to determine whether the browser has requested remember-me services or presented a valid cookie. Any and all such determinations are left to the implementation of this method. If a b

2025-01-10 15:47:30
Component\Security\Http\RememberMe
  • References/PHP/Symfony/Component/Security/Http

Classes

2025-01-10 15:47:30
DigestAuthenticationEntryPoint::start()
  • References/PHP/Symfony/Component/Security/Http/EntryPoint

Response start(

2025-01-10 15:47:30
LogoutUrlGenerator::registerListener()
  • References/PHP/Symfony/Component/Security/Http/Logout

registerListener(string $key, string $logoutPath, string $csrfTokenId, string $csrfParameter,

2025-01-10 15:47:30
Firewall::getSubscribedEvents()
  • References/PHP/Symfony/Component/Security/Http

static array getSubscribedEvents() Returns an array of event names this subscriber

2025-01-10 15:47:30
RememberMeListener
  • References/PHP/Symfony/Component/Security/Http/Firewall

class RememberMeListener implements

2025-01-10 15:47:30
DigestAuthenticationListener
  • References/PHP/Symfony/Component/Security/Http/Firewall

class DigestAuthenticationListener implements

2025-01-10 15:47:30
PersistentTokenBasedRememberMeServices
  • References/PHP/Symfony/Component/Security/Http/RememberMe

class PersistentTokenBasedRememberMeServices extends

2025-01-10 15:47:30
LogoutListener::handle()
  • References/PHP/Symfony/Component/Security/Http/Firewall

handle(GetResponseEvent $event)

2025-01-10 15:47:30