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

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

보호된 프로퍼티들

프로퍼티 타입 설명
$accessDecisionManager
$authManager
$context
$logger
$map

공개 메소드들

메소드 설명
__construct ( Symfony\Component\Security\SecurityContext $context, Symfony\Component\Security\Authorization\AccessDecisionManagerInterface $accessDecisionManager, Symfony\Component\HttpKernel\Security\AccessMap $map, Symfony\Component\Security\Authentication\AuthenticationManagerInterface $authManager, Symfony\Component\HttpKernel\Log\LoggerInterface $logger = null )
handle ( Symfony\Component\EventDispatcher\Event $event ) Handles access authorization.
register ( EventDispatcher $dispatcher, integer $priority ) Registers a core.security listener to enforce authorization rules.

메소드 상세

__construct() 공개 메소드

public __construct ( Symfony\Component\Security\SecurityContext $context, Symfony\Component\Security\Authorization\AccessDecisionManagerInterface $accessDecisionManager, Symfony\Component\HttpKernel\Security\AccessMap $map, Symfony\Component\Security\Authentication\AuthenticationManagerInterface $authManager, Symfony\Component\HttpKernel\Log\LoggerInterface $logger = null )
$context Symfony\Component\Security\SecurityContext
$accessDecisionManager Symfony\Component\Security\Authorization\AccessDecisionManagerInterface
$map Symfony\Component\HttpKernel\Security\AccessMap
$authManager Symfony\Component\Security\Authentication\AuthenticationManagerInterface
$logger Symfony\Component\HttpKernel\Log\LoggerInterface

handle() 공개 메소드

Handles access authorization.
public handle ( Symfony\Component\EventDispatcher\Event $event )
$event Symfony\Component\EventDispatcher\Event An Event instance

register() 공개 메소드

Registers a core.security listener to enforce authorization rules.
public register ( EventDispatcher $dispatcher, integer $priority )
$dispatcher Symfony\Component\EventDispatcher\EventDispatcher An EventDispatcher instance
$priority integer The priority

프로퍼티 상세

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

protected $accessDecisionManager

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

protected $authManager

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

protected $context

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

protected $logger

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

protected $map