RememberMeAuthenticationProvider::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
TokenProviderInterface
  • References/PHP/Symfony/Component/Security/Core/Authentication/RememberMe

interface TokenProviderInterface Interface for TokenProviders.

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

bool hasAttribute(string $name) Returns true if the attribute exists.

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

RoleInterface[] getRoles()

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

setAttributes(array $attributes) Sets the token attributes.

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

bool supports(

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

mixed getUser() Returns a user representation.

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

Classes

2025-01-10 15:47:30