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

Пространства имен

Neos\Flow\Security\Authorization\Interceptor
Neos\Flow\Security\Authorization\Privilege

Interfaces

Имя Описание
AfterInvocationManagerInterface Contract for an after invocation manager. It is used to check return values of a method against security rules.
AfterInvocationProcessorInterface Contract for an after invocation processor.
FirewallInterface Contract for firewall
InterceptorInterface Contract for a security interceptor.
PrivilegeManagerInterface Contract for a privilege manager

Классы

Имя Описание
AfterInvocationProcessorManager The default after invocation manager that uses AfterInvocationProcessorInterface to process the return objects.
FilterFirewall Default Firewall which analyzes the request with a RequestFilter chain.
InterceptorResolver The security interceptor resolver. It resolves the class name of a security interceptor based on names.
PrivilegeManager An access decision voter manager
RequestFilter A RequestFilter is configured to match specific \Neos\Flow\Mvc\RequestInterfaces and call a InterceptorInterface if needed.
TestingPrivilegeManager An access decision manager that can be overridden for tests