Neos\Flow\Security\Authorization\RequestFilter::getSecurityInterceptor PHP 메소드

getSecurityInterceptor() 공개 메소드

Returns the set security interceptor
public getSecurityInterceptor ( ) : Neos\Flow\Security\Authorization\InterceptorInterface
리턴 Neos\Flow\Security\Authorization\InterceptorInterface The set security interceptor
    public function getSecurityInterceptor()
    {
        return $this->securityInterceptor;
    }