Neos\Flow\Security\Authorization
Namespaces
Classes
The default after invocation manager that uses AfterInvocationProcessorInterface to process the return objects.
Default Firewall which analyzes the request with a RequestFilter chain.
The security interceptor resolver. It resolves the class name of a security interceptor based on names.
An access decision voter manager
A RequestFilter is configured to match specific ActionRequests and call a InterceptorInterface if needed.
An access decision manager that can be overridden for tests
Interfaces
Contract for an after invocation manager. It is used to check return values of a method against security rules.
Contract for an after invocation processor.
Contract for firewall
Contract for a security interceptor.
Contract for a privilege manager