AuthenticationEvent
  • References/PHP/Symfony/Component/Security/Core/Event

class AuthenticationEvent extends Event

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
PreAuthenticatedAuthenticationProvider::supports()
  • References/PHP/Symfony/Component/Security/Core/Authentication/Provider

bool supports(

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

Classes

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

serialize() {@inheritdoc}

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

(Role|string)[] getRoles() Returns the roles granted to the user. public function

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

class PersistentTokenBasedRememberMeServices extends

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

class SimplePreAuthenticationListener implements

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
InMemoryTokenProvider::loadTokenBySeries()
  • References/PHP/Symfony/Component/Security/Core/Authentication/RememberMe

PersistentTokenInterface loadTokenBySeries(string $series) Loads the active token for the given series. Parameters string $series Return Value PersistentTokenInterface Exceptions TokenNotFoundException if the token is not found

2025-01-10 15:47:30