UserProviderInterface::refreshUser()
  • References/PHP/Symfony/Component/Security/Core/User

UserInterface refreshUser(

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

bool isCredentialsNonExpired() Checks whether the user's credentials (password) has expired.

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

bool supportsClass(string $class) Whether this provider supports the given user class.

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

bool isAccountNonExpired() Checks whether the user's account has expired. Internally,

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

string getPassword() Returns the password used to authenticate the user. This should be

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

updateToken(string $series, string $tokenValue, DateTime $lastUsed)

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

bool supportsClass(string $class) Whether this provider supports the given user class.

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

string getClass() Returns the class of the user.

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

bool supportsClass(string $class) Whether this provider supports the given user class.

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

bool isAnonymous(

2025-01-10 15:47:30