ExpressionVoter::addExpressionLanguageProvider()
  • References/PHP/Symfony/Component/Security/Core/Authorization/Voter

addExpressionLanguageProvider(

2025-01-10 15:47:30
UserAuthenticationProvider::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
TokenStorageInterface
  • References/PHP/Symfony/Component/Security/Core/Authentication/Token/Storage

interface TokenStorageInterface The TokenStorageInterface. Methods

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

Classes

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

array getProviders() Return Value array

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

PersistentTokenInterface loadTokenBySeries(string $series) Loads the active token for the given series. Parameters string $series Return Value PersistentTokenInterface Exceptions TokenNotFoundException if the token is not found

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

unserialize($serialized) {@inheritdoc} Parameters

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

bool supports(

2025-01-10 15:47:30