SimpleAuthenticatorInterface
  • References/PHP/Symfony/Component/Security/Core/Authentication

interface SimpleAuthenticatorInterface Methods

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

eraseCredentials() Removes sensitive information from the token.

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

UserInterface refreshUser(

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

unserialize($serialized) {@inheritdoc} Parameters

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

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

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

bool isPasswordValid(UserInterface

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

interface TokenStorageInterface The TokenStorageInterface. Methods

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

class Security This class holds security information. Constants

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

class RememberMeAuthenticationProvider implements

2025-01-10 15:47:30