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

bool supports(

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

bool supports(

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

class SimpleAuthenticationProvider implements

2025-01-10 15:47:30
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
UserAuthenticationProvider
  • References/PHP/Symfony/Component/Security/Core/Authentication/Provider

class UserAuthenticationProvider implements

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

class PreAuthenticatedAuthenticationProvider implements

2025-01-10 15:47:30