JAAS for human beings

前端 未结 6 1770
日久生厌
日久生厌 2020-11-30 17:04

I am having a hard time understanding JAAS. It all seems more complicated than it should be (especially the Sun tutorials). I need a simple tutorial or example on how to imp

6条回答
  •  离开以前
    2020-11-30 17:58

    Here are some of the links I used to help understand JAAS:

    http://www.owasp.org/index.php/JAAS_Tomcat_Login_Module

    http://www.javaworld.com/jw-09-2002/jw-0913-jaas.html

    http://jaasbook.wordpress.com/

    http://roneiv.wordpress.com/2008/02/18/jaas-authentication-mechanism-is-it-possible-to-force-j_security_check-to-go-to-a-specific-page/

    Also have a look at the Apache tomcat realms configuration how-to:

    http://tomcat.apache.org/tomcat-6.0-doc/realm-howto.html

提交回复
热议问题