PHP Neos\Flow\Security\RequestPattern Пространство имен

Классы

Имя Описание
ControllerObjectName This class holds an controller object name pattern an decides, if a \Neos\Flow\Mvc\ActionRequest object matches against this pattern
CsrfProtection This class holds a request pattern that decides, if csrf protection was enabled for the current request and searches for invalid csrf protection tokens.
Host This class holds a host URI pattern and decides, if a \Neos\Flow\Mvc\RequestInterface object matches against this pattern Note: the pattern is a simple wildcard matching pattern, with * as the wildcard character.
Ip This class holds a CIDR IP pattern an decides, if a \Neos\Flow\Mvc\RequestInterface object matches against this pattern, comparing the client IP address.
Uri This class holds an URI pattern an decides, if a \Neos\Flow\Mvc\ActionRequest object matches against this pattern