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

setToken(

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

mixed getUser() Returns a user representation.

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

class AbstractToken implements

2025-01-10 15:47:30
AccessDecisionManager::decide()
  • References/PHP/Symfony/Component/Security/Core/Authorization

bool decide(

2025-01-10 15:47:30