Interface UserCheckerInterface
UserCheckerInterface checks user account when authentication occurs.
This should not be used to make authentication decisions.
Direct known implementers
Symfony\Component\Security\Core\User\UserChecker
Namespace: Symfony\Component\Security\Core\User
Author: Fabien Potencier <fabien@symfony.com>
Located at UserCheckerInterface.php
Author: Fabien Potencier <fabien@symfony.com>
Located at UserCheckerInterface.php
public
|
#
checkPreAuth(
Checks the user account before authentication. |
public
|
#
checkPostAuth(
Checks the user account after authentication. |