TokenStorageInterface
  • References/PHP/Symfony/Component/Security/Csrf/TokenStorage

interface TokenStorageInterface Stores CSRF tokens. Methods

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
AbstractFormLoginAuthenticator::onAuthenticationSuccess()
  • References/PHP/Symfony/Component/Security/Guard/Authenticator

Response|null onAuthenticationSuccess(

2025-01-10 15:47:30
AclCacheInterface::evictFromCacheByIdentity()
  • References/PHP/Symfony/Component/Security/Acl/Model

evictFromCacheByIdentity(

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

string getSecret() Returns the secret.

2025-01-10 15:47:30
FormAuthenticationEntryPoint
  • References/PHP/Symfony/Component/Security/Http/EntryPoint

class FormAuthenticationEntryPoint implements

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

class AccessDecisionManager implements

2025-01-10 15:47:30
TokenStorageInterface::hasToken()
  • References/PHP/Symfony/Component/Security/Csrf/TokenStorage

bool hasToken(string $tokenId) Checks whether a token with the given token ID exists.

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

deleteTokenBySeries(string $series) Deletes all tokens belonging to series.

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

setAttributes(array $attributes) Sets the token attributes.

2025-01-10 15:47:30