RememberMeAuthenticationProvider
  • References/PHP/Symfony/Component/Security/Core/Authentication/Provider

class RememberMeAuthenticationProvider implements

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

interface AuthenticationTrustResolverInterface Interface for resolving the authentication status

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

updateToken(string $series, string $tokenValue, DateTime $lastUsed)

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

class UserPasswordEncoder implements

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

UserInterface loadUserByUsername(string

2025-01-10 15:47:30
BCryptPasswordEncoder::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
UserAuthenticationProvider::supports()
  • References/PHP/Symfony/Component/Security/Core/Authentication/Provider

bool supports(

2025-01-10 15:47:30
DebugAccessDecisionManager::getDecisionLog()
  • References/PHP/Symfony/Component/Security/Core/Authorization

array getDecisionLog() Return Value array

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