DaoAuthenticationProvider
  • References/PHP/Symfony/Component/Security/Core/Authentication/Provider

class DaoAuthenticationProvider extends

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

class AnonymousAuthenticationProvider implements

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

class PersistentToken implements

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

setUser(mixed $user) Sets the user in the token. The user can be a UserInterface instance

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

class AnonymousToken extends

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

bool isRememberMe(

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

createNewToken(

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

DateTime getLastUsed() Returns

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

class UserAuthenticationProvider implements

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

mixed getCredentials() Returns the user credentials.

2025-01-10 15:47:30