ChainUserProvider::loadUserByUsername()
  • References/PHP/Symfony/Component/Security/Core/User

UserInterface loadUserByUsername(string

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

Classes Role

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

class UserAuthenticationProvider implements

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

array getVoters() Return Value array

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

interface RoleInterface RoleInterface represents a role granted to a user. A role must either

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

string|null getSalt() Returns the salt that was originally used to encode the password. This

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

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

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

class UsernamePasswordToken extends

2025-01-10 15:47:30