Overview

Namespaces

  • PHP
  • ProgrammingAreHard
    • Arbiter
      • Domain
      • Model
  • Symfony
    • Component
      • Security
        • Acl
          • Exception
          • Model
          • Permission
        • Core
          • User

Classes

  • ChainUserProvider
  • InMemoryUserProvider
  • User
  • UserChecker

Interfaces

  • AdvancedUserInterface
  • EquatableInterface
  • UserCheckerInterface
  • UserInterface
  • UserProviderInterface
  • Overview
  • Namespace
  • Class
  • Tree

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
Methods summary
public
# checkPreAuth( Symfony\Component\Security\Core\User\UserInterface $user )

Checks the user account before authentication.

Checks the user account before authentication.

Parameters

$user
Symfony\Component\Security\Core\User\UserInterface
$user a UserInterface instance
public
# checkPostAuth( Symfony\Component\Security\Core\User\UserInterface $user )

Checks the user account after authentication.

Checks the user account after authentication.

Parameters

$user
Symfony\Component\Security\Core\User\UserInterface
$user a UserInterface instance
Arbiter API documentation generated by ApiGen 2.8.0