Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
In secured environments, commands can be easily wrapped to add security checks before registering them in the CommandProcessor. However there are 2 things that are not easy to intercept: method invocation through reflection and redirection to files.
The goal is to add 2 methods to CommandProcessorImpl that can be overriden by subclasses, allowing tighter integration with an external security system.
Attachments
Issue Links
- is depended upon by
-
KARAF-5427 Add RBAC support for reflection invocation and redirections in the console
- Resolved