Свойство | Тип | Описание | |
---|---|---|---|
$authenticationManager | Neos\Flow\Security\Authentication\AuthenticationManagerInterface | ||
$objectManager | Neos\Flow\ObjectManagement\ObjectManagerInterface | ||
$policyService | |||
$reflectionService | |||
$securityContext | |||
$systemLogger | Neos\Flow\Log\SystemLoggerInterface |
Метод | Описание | |
---|---|---|
matchRequest ( Neos\Flow\Mvc\RequestInterface $request ) : boolean | Matches a \Neos\Flow\Mvc\RequestInterface against the configured CSRF pattern rules and searches for invalid csrf tokens. If this returns TRUE, the request is invalid! |
Метод | Описание | |
---|---|---|
hasPolicyEntryForMethod ( string $className, string $methodName ) : boolean |
public matchRequest ( Neos\Flow\Mvc\RequestInterface $request ) : boolean | ||
$request | Neos\Flow\Mvc\RequestInterface | The request that should be matched |
Результат | boolean | TRUE if the pattern matched, FALSE otherwise |
protected AuthenticationManagerInterface,Neos\Flow\Security\Authentication $authenticationManager | ||
Результат | Neos\Flow\Security\Authentication\AuthenticationManagerInterface |
protected ObjectManagerInterface,Neos\Flow\ObjectManagement $objectManager | ||
Результат | Neos\Flow\ObjectManagement\ObjectManagerInterface |
protected PolicyService,Neos\Flow\Security\Policy $policyService | ||
Результат |
protected ReflectionService,Neos\Flow\Reflection $reflectionService | ||
Результат |
protected Context,Neos\Flow\Security $securityContext | ||
Результат |