Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 Camel,可以动态地将路由添加到上下文中。而且看起来上下文总是作为交换的一部分传递。
有没有办法阻止应用程序在运行时添加路由?我看了看 Shiro 保安,但似乎没有找到类似的东西。
也许您可以扩展 DefaultContext 并在其中添加安全规则。
我唯一能想到的是使用 POJO Bean Binding 包装与这些应用程序的交互,它只传递 Exchange 的主体并限制直接访问 Exchange ......
见http://camel.apache.org/bean-binding.html