PHP 클래스 Neos\Flow\Security\Authorization\Interceptor\RequireAuthentication

It is usally used by the firewall to define secured request that need proper authentication.
상속: implements Neos\Flow\Security\Authorization\InterceptorInterface
파일 보기 프로젝트 열기: neos/flow-development-collection 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$authenticationManager Neos\Flow\Security\Authentication\AuthenticationManagerInterface

공개 메소드들

메소드 설명
__construct ( Neos\Flow\Security\Authentication\AuthenticationManagerInterface $authenticationManager ) Constructor.
invoke ( ) : boolean Invokes the the authentication, if needed.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( Neos\Flow\Security\Authentication\AuthenticationManagerInterface $authenticationManager )
$authenticationManager Neos\Flow\Security\Authentication\AuthenticationManagerInterface The authentication Manager

invoke() 공개 메소드

Invokes the the authentication, if needed.
public invoke ( ) : boolean
리턴 boolean TRUE if the security checks was passed

프로퍼티 상세

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

protected AuthenticationManagerInterface,Neos\Flow\Security\Authentication $authenticationManager
리턴 Neos\Flow\Security\Authentication\AuthenticationManagerInterface