PHP Класс PartKeepr\AuthBundle\Security\Authentication\AuthenticationProviderManager

Re-implementation of the Symfony AuthenticationProviderManager to store the authentication provider in a token property.
Наследование: implements Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( array $providers, boolean $eraseCredentials = true ) Constructor.
authenticate ( Symfony\Component\Security\Core\Authentication\Token\TokenInterface $token )
setEventDispatcher ( Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher )

Описание методов

__construct() публичный Метод

Constructor.
public __construct ( array $providers, boolean $eraseCredentials = true )
$providers array An array of AuthenticationProviderInterface instances
$eraseCredentials boolean Whether to erase credentials after authentication or not

authenticate() публичный Метод

public authenticate ( Symfony\Component\Security\Core\Authentication\Token\TokenInterface $token )
$token Symfony\Component\Security\Core\Authentication\Token\TokenInterface

setEventDispatcher() публичный Метод

public setEventDispatcher ( Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher )
$dispatcher Symfony\Component\EventDispatcher\EventDispatcherInterface