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
UserChecker::checkPreAuth()
  • References/PHP/Symfony/Component/Security/Core/User

checkPreAuth(UserInterface

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

interface SimpleAuthenticatorInterface Methods

2025-01-10 15:47:30
Pbkdf2PasswordEncoder::encodePassword()
  • References/PHP/Symfony/Component/Security/Core/Encoder

string encodePassword(string $raw, string $salt) Encodes the raw password.

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
User::getUsername()
  • References/PHP/Symfony/Component/Security/Core/User

string getUsername() Returns the username used to authenticate the user.

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