JSF authentication and authorization

后端 未结 4 778
一向
一向 2020-12-24 03:38

What is the best way to go about implementing authentication and authorization for a JSF web application? Preferrably I\'d still want to use container-based security, as I n

4条回答
  •  再見小時候
    2020-12-24 04:25

    You could use the Servlet 3.0 HttpServletRequest API as shown in this answer to a JSF 2.0 question:

    JSF 2.0 Simple login page

提交回复
热议问题