AdvancedUserInterface::isAccountNonLocked()
  • References/PHP/Symfony/Component/Security/Core/User

bool isAccountNonLocked() Checks whether the user is locked. Internally, if this method

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

interface UserProviderInterface Represents a class that loads UserInterface objects from some source

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

UserInterface refreshUser(

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

interface UserCheckerInterface Implement to throw AccountStatusException during the authentication

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

UserInterface loadUserByUsername(string

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

UserInterface refreshUser(

2025-01-10 15:47:30