TokenInterface::eraseCredentials()
  • References/PHP/Symfony/Component/Security/Core/Authentication/Token

eraseCredentials() Removes sensitive information from the token.

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

string getUsername() Returns the username.

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

interface SimpleAuthenticatorInterface Methods

2025-01-10 15:47:30
UserAuthenticationProvider::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
Component\Security\Core\Authentication\Token\Storage
  • References/PHP/Symfony/Component/Security/Core/Authentication/Token

Classes

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

mixed getCredentials() Returns the user credentials.

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

string getUsername() Returns the username.

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

class RememberMeAuthenticationProvider implements

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

interface AuthenticationTrustResolverInterface Interface for resolving the authentication status

2025-01-10 15:47:30