BCryptPasswordEncoder::encodePassword()
  • References/PHP/Symfony/Component/Security/Core/Encoder

string encodePassword(string $raw, string $salt) Encodes the raw password. It doesn't

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

string encodePassword(UserInterface

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

class PreAuthenticatedToken extends

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

interface AuthenticationProviderInterface implements

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

interface AdvancedUserInterface implements

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

setUser(mixed $user) Sets a user. Parameters

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

string|null getSalt() Returns the salt that was originally used to encode the password. This

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

setAttributes(array $attributes) Sets the token attributes.

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

eraseCredentials() Removes sensitive information from the token.

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

UserInterface loadUserByUsername(string

2025-01-10 15:47:30