Neos\Flow\Security\Authorization\RequestFilter::getSecurityInterceptor PHP Method

getSecurityInterceptor() public method

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