Component\Security\Core\Authentication\RememberMe
  • References/PHP/Symfony/Component/Security/Core/Authentication

Classes

2025-01-10 15:47:30
AnonymousToken::serialize()
  • References/PHP/Symfony/Component/Security/Core/Authentication/Token

serialize() {@inheritdoc}

2025-01-10 15:47:30
PreAuthenticatedAuthenticationProvider::authenticate()
  • References/PHP/Symfony/Component/Security/Core/Authentication/Provider

TokenInterface authenticate(TokenInterface $token) Attempts to authenticate a TokenInterface object. Parameters TokenInterface $token The TokenInterface instance to authenticate Return Value TokenInterface An authenticated TokenInterface instance, never null Exceptions AuthenticationException if the authentication fails

2025-01-10 15:47:30
PreAuthenticatedToken::getProviderKey()
  • References/PHP/Symfony/Component/Security/Core/Authentication/Token

string getProviderKey() Returns the provider key.

2025-01-10 15:47:30
PreAuthenticatedToken::getCredentials()
  • References/PHP/Symfony/Component/Security/Core/Authentication/Token

mixed getCredentials() Returns the user credentials.

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

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

2025-01-10 15:47:30
UsernamePasswordToken::eraseCredentials()
  • References/PHP/Symfony/Component/Security/Core/Authentication/Token

eraseCredentials() Removes sensitive information from the token.

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

class AuthenticationTrustResolver implements

2025-01-10 15:47:30
UsernamePasswordToken::unserialize()
  • References/PHP/Symfony/Component/Security/Core/Authentication/Token

unserialize($serialized) {@inheritdoc} Parameters

2025-01-10 15:47:30