Component\Security\Core\Authentication\Token\Storage
  • References/PHP/Symfony/Component/Security/Core/Authentication/Token

Classes

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

string getSecret() Returns the secret.

2025-01-10 15:47:30
SecurityContext deprecated::isGranted()
  • References/PHP/Symfony/Component/Security/Core

bool isGranted(mixed $attributes, mixed $object = null) deprecated

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

interface AccessDecisionManagerInterface AccessDecisionManagerInterface makes authorization decisions

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

array getDecisionLog() Return Value array

2025-01-10 15:47:30
BCryptPasswordEncoder::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
AbstractToken::setAttribute()
  • References/PHP/Symfony/Component/Security/Core/Authentication/Token

setAttribute(string $name, mixed $value) Sets an attribute.

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

class UserPasswordEncoder implements

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