class UserChecker implements UserCheckerInterface
UserChecker checks the user account flags.
checkPreAuth(UserInterface $user) Checks the user account before authentication. | ||
checkPostAuth(UserInterface $user) Checks the user account after authentication. |
Checks the user account before authentication.
UserInterface | $user |
AccountStatusException |
Checks the user account after authentication.
UserInterface | $user |
AccountStatusException |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Security/Core/User/UserChecker.html