PreAuthenticatedToken::getProviderKey()
  • References/PHP/Symfony/Component/Security/Core/Authentication/Token

string getProviderKey() Returns the provider key.

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

class AuthorizationChecker implements

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

setAttributes(array $attributes) Sets the token attributes.

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

bool isPasswordValid(UserInterface

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

class MessageDigestPasswordEncoder extends

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

eraseCredentials() Removes sensitive information from the token.

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

class Pbkdf2PasswordEncoder extends

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

Namespaces

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

mixed getUser() Returns a user representation.

2025-01-10 15:47:30
RememberMeAuthenticationProvider::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