TokenStorage::getToken()
  • References/PHP/Symfony/Component/Security/Core/Authentication/Token/Storage

TokenInterface|null getToken() Returns the current security token. Return Value TokenInterface|null A TokenInterface instance or null if no authentication information is available

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
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
TokenStorageInterface::setToken()
  • References/PHP/Symfony/Component/Security/Core/Authentication/Token/Storage

setToken(

2025-01-10 15:47:30
AuthenticationProviderManager::setEventDispatcher()
  • References/PHP/Symfony/Component/Security/Core/Authentication

setEventDispatcher(

2025-01-10 15:47:30
UserPasswordValidator
  • References/PHP/Symfony/Component/Security/Core/Validator/Constraints

class UserPasswordValidator extends

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

UserInterface refreshUser(

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

class Role implements

2025-01-10 15:47:30
UserProviderInterface::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