프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$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 | ||
리턴 |