InMemoryUserChecker
in package
implements
UserCheckerInterface
Checks the state of the in-memory user account.
Tags
Table of Contents
Interfaces
- UserCheckerInterface
- Implement to throw AccountStatusException during the authentication process.
Methods
- checkPostAuth() : mixed
- Checks the user account after authentication.
- checkPreAuth() : mixed
- Checks the user account before authentication.
Methods
checkPostAuth()
Checks the user account after authentication.
public
checkPostAuth(UserInterface $user) : mixed
Parameters
- $user : UserInterface
checkPreAuth()
Checks the user account before authentication.
public
checkPreAuth(UserInterface $user) : mixed
Parameters
- $user : UserInterface