GuardAuthenticatorInterface::onAuthenticationFailure()
  • References/PHP/Symfony/Component/Security/Guard

Response|null onAuthenticationFailure(

2025-01-10 15:47:30
GuardAuthenticatorInterface::supportsRememberMe()
  • References/PHP/Symfony/Component/Security/Guard

bool supportsRememberMe() Does this method support remember me cookies? Remember me cookie

2025-01-10 15:47:30
GuardAuthenticatorHandler::handleAuthenticationSuccess()
  • References/PHP/Symfony/Component/Security/Guard

null|Response handleAuthenticationSuccess(

2025-01-10 15:47:30
AbstractFormLoginAuthenticator::supportsRememberMe()
  • References/PHP/Symfony/Component/Security/Guard/Authenticator

bool supportsRememberMe() Does this method support remember me cookies? Remember me cookie

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

handle(GetResponseEvent $event)

2025-01-10 15:47:30
GuardAuthenticatorInterface::getUser()
  • References/PHP/Symfony/Component/Security/Guard

UserInterface|null getUser(mixed

2025-01-10 15:47:30
GuardAuthenticationProvider::authenticate()
  • References/PHP/Symfony/Component/Security/Guard/Provider

TokenInterface authenticate(TokenInterface $token) Finds the correct authenticator for the token and calls it. Parameters TokenInterface $token The TokenInterface instance to authenticate Return Value TokenInterface An authenticated TokenInterface instance, never null

2025-01-10 15:47:30
PostAuthenticationGuardToken::serialize()
  • References/PHP/Symfony/Component/Security/Guard/Token

serialize() {@inheritdoc}

2025-01-10 15:47:30
GuardAuthenticationListener::setRememberMeServices()
  • References/PHP/Symfony/Component/Security/Guard/Firewall

setRememberMeServices(

2025-01-10 15:47:30
PreAuthenticationGuardToken::setAuthenticated()
  • References/PHP/Symfony/Component/Security/Guard/Token

setAuthenticated($authenticated) Sets the authenticated flag.

2025-01-10 15:47:30