symfony / 2.7 / symfony / component / security / core / user / usercheckerinterface.html

UserCheckerInterface

interface UserCheckerInterface

UserCheckerInterface checks user account when authentication occurs.

This should not be used to make authentication decisions.

Methods

checkPreAuth(UserInterface $user)

Checks the user account before authentication.

checkPostAuth(UserInterface $user)

Checks the user account after authentication.

Details

checkPreAuth(UserInterface $user)

Checks the user account before authentication.

Parameters

checkPostAuth(UserInterface $user)

Checks the user account after authentication.

Parameters

© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/2.7/Symfony/Component/Security/Core/User/UserCheckerInterface.html