UserProviderInterface
  • References/PHP/Symfony/Component/Security/Core/User

interface UserProviderInterface Represents a class that loads UserInterface objects from some source

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

bool isAnonymous(

2025-01-10 15:47:30
AbstractFormLoginAuthenticator::onAuthenticationFailure()
  • References/PHP/Symfony/Component/Security/Guard/Authenticator

Response|null onAuthenticationFailure(

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

bool supportsClass(string $class) Whether this provider supports the given user class.

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

class Firewall implements

2025-01-10 15:47:30
SwitchUserEvent::getTargetUser()
  • References/PHP/Symfony/Component/Security/Http/Event

UserInterface getTargetUser()

2025-01-10 15:47:30
PostAuthenticationGuardToken::getCredentials()
  • References/PHP/Symfony/Component/Security/Guard/Token

mixed getCredentials() This is meant to be only an authenticated token, where credentials have

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

interface AuthenticationSuccessHandlerInterface Interface for a custom authentication success handler

2025-01-10 15:47:30
MutableAclInterface::updateObjectFieldAce()
  • References/PHP/Symfony/Component/Security/Acl/Model

updateObjectFieldAce(int $index, string $field, int $mask, string $strategy = null) Updates an object-field-based

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

string|null removeToken(string $tokenId) Removes a CSRF token.

2025-01-10 15:47:30