W3cubDocs

/Symfony 2.8

Symfony\Component\Security\Core\User\UserChecker

class UserChecker implements UserCheckerInterface

UserChecker checks the user account flags.

Methods

checkPreAuth(UserInterface $user)

Checks the user account before authentication.

checkPostAuth(UserInterface $user)

Checks the user account after authentication.

Details

public checkPreAuth(UserInterface $user)

Checks the user account before authentication.

Parameters

UserInterface $user a UserInterface instance

public checkPostAuth(UserInterface $user)

Checks the user account after authentication.

Parameters

UserInterface $user a UserInterface instance

© 2004–2016 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/2.8/Symfony/Component/Security/Core/User/UserChecker.html