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

UserInterface refreshUser(

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

interface EquatableInterface EquatableInterface used to test if two objects are equal in security

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

Role[] getRoles()

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
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
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