PHP 클래스 Symfony\Component\HttpKernel\Security\Firewall\DigestAuthenticationListener

저자: Fabien Potencier ([email protected])
파일 보기 프로젝트 열기: pmjones/php-framework-benchmarks

보호된 프로퍼티들

프로퍼티 타입 설명
$authenticationEntryPoint
$logger
$provider
$securityContext

공개 메소드들

메소드 설명
__construct ( Symfony\Component\Security\SecurityContext $securityContext, Symfony\Component\Security\User\UserProviderInterface $provider, Symfony\Component\HttpKernel\Security\EntryPoint\DigestAuthenticationEntryPoint $authenticationEntryPoint, Symfony\Component\HttpKernel\Log\LoggerInterface $logger = null )
handle ( Symfony\Component\EventDispatcher\Event $event ) Handles digest authentication.
register ( EventDispatcher $dispatcher, integer $priority )

보호된 메소드들

메소드 설명
fail ( Request $request, Symfony\Component\Security\Exception\AuthenticationException $failed )

메소드 상세

__construct() 공개 메소드

public __construct ( Symfony\Component\Security\SecurityContext $securityContext, Symfony\Component\Security\User\UserProviderInterface $provider, Symfony\Component\HttpKernel\Security\EntryPoint\DigestAuthenticationEntryPoint $authenticationEntryPoint, Symfony\Component\HttpKernel\Log\LoggerInterface $logger = null )
$securityContext Symfony\Component\Security\SecurityContext
$provider Symfony\Component\Security\User\UserProviderInterface
$authenticationEntryPoint Symfony\Component\HttpKernel\Security\EntryPoint\DigestAuthenticationEntryPoint
$logger Symfony\Component\HttpKernel\Log\LoggerInterface

fail() 보호된 메소드

protected fail ( Request $request, Symfony\Component\Security\Exception\AuthenticationException $failed )
$request Symfony\Component\HttpFoundation\Request
$failed Symfony\Component\Security\Exception\AuthenticationException

handle() 공개 메소드

Handles digest authentication.
public handle ( Symfony\Component\EventDispatcher\Event $event )
$event Symfony\Component\EventDispatcher\Event An Event instance

register() 공개 메소드

public register ( EventDispatcher $dispatcher, integer $priority )
$dispatcher Symfony\Component\EventDispatcher\EventDispatcher An EventDispatcher instance
$priority integer The priority

프로퍼티 상세

$authenticationEntryPoint 보호되어 있는 프로퍼티

protected $authenticationEntryPoint

$logger 보호되어 있는 프로퍼티

protected $logger

$provider 보호되어 있는 프로퍼티

protected $provider

$securityContext 보호되어 있는 프로퍼티

protected $securityContext