AuthenticationTrustResolver
  • References/PHP/Symfony/Component/Security/Core/Authentication

class AuthenticationTrustResolver implements

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

serialize() {@inheritdoc}

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

TokenInterface|null getToken() Returns the current security token. Return Value TokenInterface|null A TokenInterface instance or null if no authentication information is available

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

eraseCredentials() Removes sensitive information from the token.

2025-01-10 15:47:30
AuthenticationTrustResolver::isFullFledged()
  • References/PHP/Symfony/Component/Security/Core/Authentication

bool isFullFledged(

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

interface AuthenticationManagerInterface AuthenticationManagerInterface is the interface for authentication

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

mixed getAttribute(string $name) Returns an attribute value.

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

bool isAuthenticated() Returns whether the user is authenticated or not.

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

serialize() {@inheritdoc}

2025-01-10 15:47:30