Свойство | Тип | Описание | |
---|---|---|---|
$pattern | Neos\Flow\Security\RequestPatternInterface | ||
$securityInterceptor | Neos\Flow\Security\Authorization\InterceptorInterface |
Метод | Описание | |
---|---|---|
__construct ( Neos\Flow\Security\RequestPatternInterface $pattern, Neos\Flow\Security\Authorization\InterceptorInterface $securityInterceptor ) | Constructor. | |
filterRequest ( Neos\Flow\Mvc\RequestInterface $request ) : boolean | Tries to match the given request against this filter and calls the set security interceptor on success. | |
getRequestPattern ( ) : Neos\Flow\Security\RequestPatternInterface | Returns the set request pattern | |
getSecurityInterceptor ( ) : Neos\Flow\Security\Authorization\InterceptorInterface | Returns the set security interceptor |
public __construct ( Neos\Flow\Security\RequestPatternInterface $pattern, Neos\Flow\Security\Authorization\InterceptorInterface $securityInterceptor ) | ||
$pattern | Neos\Flow\Security\RequestPatternInterface | The pattern this filter matches |
$securityInterceptor | Neos\Flow\Security\Authorization\InterceptorInterface | The interceptor called on pattern match |
public filterRequest ( Neos\Flow\Mvc\RequestInterface $request ) : boolean | ||
$request | Neos\Flow\Mvc\RequestInterface | The request to be matched |
Результат | boolean | Returns TRUE if the filter matched, FALSE otherwise |
public getRequestPattern ( ) : Neos\Flow\Security\RequestPatternInterface | ||
Результат | Neos\Flow\Security\RequestPatternInterface | The set request pattern |
public getSecurityInterceptor ( ) : Neos\Flow\Security\Authorization\InterceptorInterface | ||
Результат | Neos\Flow\Security\Authorization\InterceptorInterface | The set security interceptor |
protected RequestPatternInterface,Neos\Flow\Security $pattern | ||
Результат | Neos\Flow\Security\RequestPatternInterface |