UserPasswordEncoderInterface::isPasswordValid()
  • References/PHP/Symfony/Component/Security/Core/Encoder

bool isPasswordValid(UserInterface

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

class Pbkdf2PasswordEncoder extends

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

class InMemoryTokenProvider implements

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

bool decide(

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

interface UserPasswordEncoderInterface UserPasswordEncoderInterface is the interface for the password

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

class MessageDigestPasswordEncoder extends

2025-01-10 15:47:30
AuthenticationTrustResolverInterface::isFullFledged()
  • References/PHP/Symfony/Component/Security/Core/Authentication

bool isFullFledged(

2025-01-10 15:47:30
SimpleAuthenticationProvider::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
BasePasswordEncoder
  • References/PHP/Symfony/Component/Security/Core/Encoder

class BasePasswordEncoder implements

2025-01-10 15:47:30
StringUtils deprecated::equals()
  • References/PHP/Symfony/Component/Security/Core/Util

static bool equals(string $knownString, string $userInput) Compares two strings.

2025-01-10 15:47:30