UserAuthenticationProvider::supports()
  • References/PHP/Symfony/Component/Security/Core/Authentication/Provider

bool supports(

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

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

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

string getUsername() Returns the username used to authenticate the user.

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

deleteTokenBySeries(string $series) Deletes all tokens belonging to series.

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

setVoters(array $voters) {@inheritdoc} Parameters

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

interface SecureRandomInterface deprecated

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

string getSecret() Returns the secret.

2025-01-10 15:47:30
AnonymousAuthenticationProvider::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
AccessDecisionManager
  • References/PHP/Symfony/Component/Security/Core/Authorization

class AccessDecisionManager implements

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

setAuthenticated($authenticated) Sets the authenticated flag.

2025-01-10 15:47:30