AuthenticationProviderManager::setEventDispatcher()
  • References/PHP/Symfony/Component/Security/Core/Authentication

setEventDispatcher(

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

string getTokenValue() Returns the token value.

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

bool isAuthenticated() Returns whether the user is authenticated or not.

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

unserialize($serialized) {@inheritdoc} Parameters

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

Classes

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

array getAttributes() Returns the token attributes.

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

class PreAuthenticatedToken extends

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

interface AuthenticationProviderInterface implements

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

setUser(mixed $user) Sets a user. Parameters

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

setAttributes(array $attributes) Sets the token attributes.

2025-01-10 15:47:30