开发者

Does anyone know if you use Spring security, do you have to use taglib?

I am trying to use OAuth for spring security with 开发者_Python百科CXF. But the example only provides things with jsp, and taglib, I am not really experienced with jsp, I just want to serve entities using JaxB with OAuth.


No, you don't need to use the taglib. It's quite common, for example, for people to use authorization via method interceptors alone; however, going the non-web route will typically require some custom coding or more in-depth knowledge of how to set up the framework, so that you can do things like pass user authentication credentials properly.

Just make sure to differentiate between the taglib (JSP tag library, used for in-page authorization checks, etc.), and the XML namespace configuration, which you may need to ease setup.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜