PersistentTokenInterface::getClass()
  • References/PHP/Symfony/Component/Security/Core/Authentication/RememberMe

string getClass() Returns the class of the user.

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

bool isAnonymous(

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

checkPostAuth(UserInterface

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

setAuthenticated($isAuthenticated) Sets the authenticated flag.

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

serialize() {@inheritdoc}

2025-01-10 15:47:30
UserPasswordEncoderInterface::encodePassword()
  • References/PHP/Symfony/Component/Security/Core/Encoder

string encodePassword(UserInterface

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

class PreAuthenticatedAuthenticationProvider implements

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

interface TokenInterface implements Serializable

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

bool hasAttribute(string $name) Returns true if the attribute exists.

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

string getUsername() Returns the username.

2025-01-10 15:47:30