Symfony\Component\Security\Core\User
Classes
Interfaces
| AdvancedUserInterface | Adds extra features to a user class related to account status flags. |
| EquatableInterface | EquatableInterface used to test if two objects are equal in security and re-authentication context. |
| UserCheckerInterface | UserCheckerInterface checks user account when authentication occurs. |
| UserInterface | Represents the interface that all user classes must implement. |
| UserProviderInterface | Represents a class that loads UserInterface objects from some source for the authentication system. |