I am trying to use OAuth for spring security with 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.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.