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

interface AdvancedUserInterface implements

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

UserInterface loadUserByUsername(string

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

UserInterface refreshUser(

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

checkPreAuth(UserInterface

2025-01-10 15:47:30