PHP Class Symfony\Component\Security\Core\User\ChainUserProvider

This provider calls several leaf providers in a chain until one is able to handle the request.
Author: Johannes M. Schmitt ([email protected])
Inheritance: implements Symfony\Component\Security\Core\User\UserProviderInterface
显示文件 Open project: pmjones/php-framework-benchmarks Class Usage Examples

Public Methods

Method Description
__construct ( array $providers )
loadUserByUsername ( $username ) {@inheritDoc}
refreshUser ( Symfony\Component\Security\Core\User\UserInterface $user ) {@inheritDoc}
supportsClass ( $class ) {@inheritDoc}

Method Details

__construct() public method

public __construct ( array $providers )
$providers array

loadUserByUsername() public method

{@inheritDoc}
public loadUserByUsername ( $username )

refreshUser() public method

{@inheritDoc}
public refreshUser ( Symfony\Component\Security\Core\User\UserInterface $user )
$user Symfony\Component\Security\Core\User\UserInterface

supportsClass() public method

{@inheritDoc}
public supportsClass ( $class )