TokenProviderInterface::createNewToken()
  • References/PHP/Symfony/Component/Security/Core/Authentication/RememberMe

createNewToken(

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

bool supports(

2025-01-10 15:47:30
UserCheckerInterface::checkPreAuth()
  • References/PHP/Symfony/Component/Security/Core/User

checkPreAuth(UserInterface

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

string getUsername() Returns the username.

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

bool isPasswordValid(string $encoded, string $raw, string $salt) Checks a raw password against

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

class SimpleAuthenticationProvider implements

2025-01-10 15:47:30
InMemoryUserProvider::refreshUser()
  • References/PHP/Symfony/Component/Security/Core/User

UserInterface refreshUser(

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

setUser(mixed $user) Sets the user in the token. The user can be a UserInterface instance

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

bool isAuthenticated() Returns whether the user is authenticated or not.

2025-01-10 15:47:30
UserInterface::getUsername()
  • References/PHP/Symfony/Component/Security/Core/User

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

2025-01-10 15:47:30