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
파일 보기 프로젝트 열기: partkeepr/PartKeepr

공개 메소드들

메소드 설명
__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