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

interface SimpleAuthenticatorInterface Methods

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

class AccessDecisionManager implements

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
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
PersistentTokenInterface::getSeries()
  • References/PHP/Symfony/Component/Security/Core/Authentication/RememberMe

string getSeries() Returns the series.

2025-01-10 15:47:30
ExpressionVoter::addExpressionLanguageProvider()
  • References/PHP/Symfony/Component/Security/Core/Authorization/Voter

addExpressionLanguageProvider(

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

interface SecureRandomInterface deprecated

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

bool isEnabled() Checks whether the user is enabled. Internally, if this method returns

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

interface PersistentTokenInterface Interface to be implemented by persistent token classes (such

2025-01-10 15:47:30