RememberMeToken
  • References/PHP/Symfony/Component/Security/Core/Authentication/Token

class RememberMeToken extends

2025-01-10 15:47:30
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
UserCheckerInterface
  • References/PHP/Symfony/Component/Security/Core/User

interface UserCheckerInterface Implement to throw AccountStatusException during the authentication

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

class RoleHierarchyVoter extends

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

setEventDispatcher(

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

string getTokenValue() Returns the token value.

2025-01-10 15:47:30
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
TokenInterface::isAuthenticated()
  • References/PHP/Symfony/Component/Security/Core/Authentication/Token

bool isAuthenticated() Returns whether the user is authenticated or not.

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