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
AuthenticationTrustResolverInterface::isAnonymous()
  • References/PHP/Symfony/Component/Security/Core/Authentication

bool isAnonymous(

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

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

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

string getPassword() Returns the password used to authenticate the user. This should be

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

bool decide(

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

interface AuthenticationProviderInterface implements

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

class AbstractToken implements

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

class PlaintextPasswordEncoder extends

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

string getClass() Returns the class of the user.

2025-01-10 15:47:30