PreAuthenticatedToken::unserialize()
  • References/PHP/Symfony/Component/Security/Core/Authentication/Token

unserialize($str) {@inheritdoc} Parameters

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

string getTokenValue() Returns the token value.

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

setAuthenticated(bool $isAuthenticated) Sets the authenticated flag.

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

setToken(

2025-01-10 15:47:30
InMemoryUserProvider::refreshUser()
  • References/PHP/Symfony/Component/Security/Core/User

UserInterface refreshUser(

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

class DaoAuthenticationProvider extends

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

class SecurityContext implements

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
AbstractToken::setUser()
  • References/PHP/Symfony/Component/Security/Core/Authentication/Token

setUser(mixed $user) Sets the user in the token. The user can be a UserInterface instance

2025-01-10 15:47:30