TokenStorage::setToken()
  • References/PHP/Symfony/Component/Security/Core/Authentication/Token/Storage

setToken(

2025-01-10 15:47:30
TokenStorageInterface::getToken()
  • References/PHP/Symfony/Component/Security/Core/Authentication/Token/Storage

TokenInterface|null getToken() Returns the current security token. Return Value TokenInterface|null A TokenInterface instance or null if no authentication information is available

2025-01-10 15:47:30
AnonymousAuthenticationProvider
  • References/PHP/Symfony/Component/Security/Core/Authentication/Provider

class AnonymousAuthenticationProvider implements

2025-01-10 15:47:30
PersistentToken
  • References/PHP/Symfony/Component/Security/Core/Authentication/RememberMe

class PersistentToken implements

2025-01-10 15:47:30
AuthenticationTrustResolver::isRememberMe()
  • References/PHP/Symfony/Component/Security/Core/Authentication

bool isRememberMe(

2025-01-10 15:47:30
PersistentTokenInterface::getLastUsed()
  • References/PHP/Symfony/Component/Security/Core/Authentication/RememberMe

DateTime getLastUsed() Returns

2025-01-10 15:47:30
AuthenticationManagerInterface
  • References/PHP/Symfony/Component/Security/Core/Authentication

interface AuthenticationManagerInterface AuthenticationManagerInterface is the interface for authentication

2025-01-10 15:47:30
UserAuthenticationProvider
  • References/PHP/Symfony/Component/Security/Core/Authentication/Provider

class UserAuthenticationProvider implements

2025-01-10 15:47:30
AuthenticationProviderManager::authenticate()
  • References/PHP/Symfony/Component/Security/Core/Authentication

TokenInterface authenticate(TokenInterface $token) Attempts to authenticate a TokenInterface object. Parameters TokenInterface $token The TokenInterface instance to authenticate Return Value TokenInterface An authenticated TokenInterface instance, never null Exceptions AuthenticationException if the authentication fails

2025-01-10 15:47:30
UsernamePasswordToken
  • References/PHP/Symfony/Component/Security/Core/Authentication/Token

class UsernamePasswordToken extends

2025-01-10 15:47:30