PersistentTokenInterface::getSeries()
  • References/PHP/Symfony/Component/Security/Core/Authentication/RememberMe

string getSeries() Returns the series.

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

string getUsername() Returns the username.

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

interface AuthenticationTrustResolverInterface Interface for resolving the authentication status

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

updateToken(string $series, string $tokenValue, DateTime $lastUsed)

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
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
UsernamePasswordToken::unserialize()
  • References/PHP/Symfony/Component/Security/Core/Authentication/Token

unserialize($serialized) {@inheritdoc} Parameters

2025-01-10 15:47:30
PreAuthenticatedAuthenticationProvider::supports()
  • References/PHP/Symfony/Component/Security/Core/Authentication/Provider

bool supports(

2025-01-10 15:47:30
LdapBindAuthenticationProvider
  • References/PHP/Symfony/Component/Security/Core/Authentication/Provider

class LdapBindAuthenticationProvider extends

2025-01-10 15:47:30
TokenProviderInterface::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