Component\Security\Csrf
  • References/PHP/Symfony/Component/Security

Namespaces Symfony\Componen

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

string getToken(string $tokenId) Reads a stored CSRF token.

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

interface ListenerInterface Interface that must be implemented by firewall listeners.

2025-01-10 15:47:30
TokenStorage::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
ContextListener::handle()
  • References/PHP/Symfony/Component/Security/Http/Firewall

handle(GetResponseEvent $event)

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

bool isAccountNonLocked() Checks whether the user is locked. Internally, if this method

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

bool isAccountNonExpired() Checks whether the user's account has expired. Internally,

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

setToken(

2025-01-10 15:47:30
UriSafeTokenGenerator
  • References/PHP/Symfony/Component/Security/Csrf/TokenGenerator

class UriSafeTokenGenerator implements

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

setEventDispatcher(

2025-01-10 15:47:30