Symfony\Component\Security\Core\User
Classes
Checks the state of the in-memory user account.
MissingUserProvider is a dummy user provider used to throw proper exception
when a firewall requires a user provider but none was defined.
Interfaces
Overrides UserProviderInterface to add an "attributes" argument on loadUserByIdentifier.
EquatableInterface used to test if two objects are equal in security
and re-authentication context.
For users that can be authenticated using a password/salt couple.
For users that can be authenticated using a password.
Implement to throw AccountStatusException during the authentication process.
Represents the interface that all user classes must implement.
Represents a class that loads UserInterface objects from some source for the authentication system.