StringUtils deprecated::safeStrlen()
  • References/PHP/Symfony/Component/Security/Core/Util

static int safeStrlen(string $string) Returns the number of bytes in a string.

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
ExpressionVoter::vote()
  • References/PHP/Symfony/Component/Security/Core/Authorization/Voter

int vote(

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

eraseCredentials() Removes sensitive information from the token.

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

bool isFullFledged(

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

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
UserCheckerInterface::checkPreAuth()
  • References/PHP/Symfony/Component/Security/Core/User

checkPreAuth(UserInterface

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

mixed getAttribute(string $name) Returns an attribute value.

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
AbstractToken::serialize()
  • References/PHP/Symfony/Component/Security/Core/Authentication/Token

serialize() {@inheritdoc}

2025-01-10 15:47:30