Symfony2 API
Class

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

at line 29
public checkPreAuth(UserInterface $user)

Checks the user account before authentication.

Parameters

UserInterface $user a UserInterface instance

at line 45
public checkPostAuth(UserInterface $user)

Checks the user account after authentication.

Parameters

UserInterface $user a UserInterface instance