PHP 클래스 Sulu\Bundle\SecurityBundle\EventListener\SuluSecurityListener

파일 보기 프로젝트 열기: sulu/sulu

공개 메소드들

메소드 설명
__construct ( Sulu\Component\Security\Authorization\SecurityCheckerInterface $securityChecker )
onKernelController ( FilterControllerEvent $event ) Checks if the action is allowed for the current user, and throws an Exception otherwise.

메소드 상세

__construct() 공개 메소드

public __construct ( Sulu\Component\Security\Authorization\SecurityCheckerInterface $securityChecker )
$securityChecker Sulu\Component\Security\Authorization\SecurityCheckerInterface

onKernelController() 공개 메소드

Checks if the action is allowed for the current user, and throws an Exception otherwise.
public onKernelController ( FilterControllerEvent $event )
$event Symfony\Component\HttpKernel\Event\FilterControllerEvent