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
AdvancedUserInterface
  • References/PHP/Symfony/Component/Security/Core/User

interface AdvancedUserInterface implements

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
UserProviderInterface::refreshUser()
  • References/PHP/Symfony/Component/Security/Core/User

UserInterface refreshUser(

2025-01-10 15:47:30
User::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::getSalt()
  • References/PHP/Symfony/Component/Security/Core/User

string|null getSalt() Returns the salt that was originally used to encode the password. This

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

checkPreAuth(UserInterface

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

string getUsername() Returns the username used to authenticate the user.

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

UserInterface loadUserByUsername(string

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

bool isEnabled() Checks whether the user is enabled. Internally, if this method returns

2025-01-10 15:47:30