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

Classes

2025-01-10 15:47:30
BCryptPasswordEncoder::isPasswordValid()
  • References/PHP/Symfony/Component/Security/Core/Encoder

bool isPasswordValid(string $encoded, string $raw, string $salt) Checks a raw password against

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::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
SecureRandomInterface deprecated
  • References/PHP/Symfony/Component/Security/Core/Util

interface SecureRandomInterface deprecated

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

string getSeries() Returns the series.

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

string getUsername() Returns the username.

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

interface AuthenticationTrustResolverInterface Interface for resolving the authentication status

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

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

2025-01-10 15:47:30