User
Table of Contents
Interfaces
- EquatableInterface
- EquatableInterface used to test if two objects are equal in security and re-authentication context.
- LegacyPasswordAuthenticatedUserInterface
- For users that can be authenticated using a password/salt couple.
- PasswordAuthenticatedUserInterface
- For users that can be authenticated using a password.
- PasswordUpgraderInterface
- UserCheckerInterface
- Implement to throw AccountStatusException during the authentication process.
- 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.
Classes
- ChainUserProvider
- Chain User Provider.
- InMemoryUser
- UserInterface implementation used by the in-memory user provider.
- InMemoryUserChecker
- Checks the state of the in-memory user account.
- InMemoryUserProvider
- InMemoryUserProvider is a simple non persistent user provider.