使用注释保护 Tapestry 事件处理程序
如何通过注释保护单个事件处理程序? 我知道如何保护完整页面,但我不知道如何在调用之前检查方法是否有注释。
这可能吗?
我不想使用 Spring-security
谢谢
How may I secure single eventhandlers by annotations?
I know how to secure Complete pages, but i have no idea how to check before invocation if a a method has an annotation.
Is this possible?
I dont want to use Spring-security
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
ChenillKit access 是一个很好的模块。
还有一个基于安全框架 Apache Shiro 的 tapestry-security 模块,它提供了注释,例如
ChenillKit access is a nice module.
There is also the tapestry-security module based on the security framework Apache Shiro which provides annotation like
通过 Chenillekit 访问 模块,您可以使用 @Restricted 事件方法上的注释也如下所示:
With the Chenillekit access module you can use the @Restricted annotation on an Event method as well like so: