PHP Symfony\Component\Security\User Namespace

Interfaces

Name Description
AccountInterface AccountInterface is the interface that user classes must implement.
UserProviderInterface UserProviderInterface is the implementation that all user provider must implement.

Classes

Name Description
InMemoryUserProvider InMemoryUserProvider is a simple non persistent user provider.
User User is the user implementation used by the in-memory user provider.