DoctrineTokenProvider::deleteTokenBySeries()
  • References/PHP/Symfony/Bridge/Doctrine/Security/RememberMe

deleteTokenBySeries(string $series) Deletes all tokens belonging to series.

2025-01-10 15:47:30
EntityUserProvider::refreshUser()
  • References/PHP/Symfony/Bridge/Doctrine/Security/User

UserInterface refreshUser(

2025-01-10 15:47:30
EntityUserProvider::supportsClass()
  • References/PHP/Symfony/Bridge/Doctrine/Security/User

bool supportsClass(string $class) Whether this provider supports the given user class.

2025-01-10 15:47:30
EntityUserProvider
  • References/PHP/Symfony/Bridge/Doctrine/Security/User

class EntityUserProvider implements

2025-01-10 15:47:30
EntityUserProvider::loadUserByUsername()
  • References/PHP/Symfony/Bridge/Doctrine/Security/User

UserInterface loadUserByUsername(string

2025-01-10 15:47:30
UserLoaderInterface
  • References/PHP/Symfony/Bridge/Doctrine/Security/User

interface UserLoaderInterface Represents a class that loads UserInterface objects from Doctrine

2025-01-10 15:47:30
Bridge\Doctrine\Security\User
  • References/PHP/Symfony/Bridge/Doctrine/Security

Classes

2025-01-10 15:47:30
Bridge\Doctrine\Security\RememberMe
  • References/PHP/Symfony/Bridge/Doctrine/Security

Classes

2025-01-10 15:47:30
DoctrineTokenProvider::createNewToken()
  • References/PHP/Symfony/Bridge/Doctrine/Security/RememberMe

createNewToken(

2025-01-10 15:47:30
DoctrineTokenProvider::loadTokenBySeries()
  • References/PHP/Symfony/Bridge/Doctrine/Security/RememberMe

PersistentTokenInterface loadTokenBySeries(string $series) Loads the active token for the given series. Parameters string $series Return Value PersistentTokenInterface Exceptions TokenNotFoundException if the token is not found

2025-01-10 15:47:30