JAAS

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 ]

Articles
Tutorials
  

Articles:
  • All That JAAS by Kevin Jones   - [Clicks: 206]
    JAAS is based on the Pluggable Authentication Modules model and provides authentication and authorization services. Check out its many security benefits for Java applications.
    http://www.ftponline.com/javapro/2004_06/magazine/features/kjones/ - Jun, 2004
  • Using JAAS with Tomcat by Michiel Toneman   - [Clicks: 526]
    … The goal of the exercise is to be able to wrap the execution of our servlets/jsps in our own JAAS implementation, which allows us to enforce access control with a simple call in our code to AccessController.checkPermission(MyOwnPermission). We achieve this by wrapping each request in a security filter. This is configured in our web.xml. Most of this is covered in widely available JAAS tutorials on the net, so we only have some code fragments here.
    http://www.kopz.org/public/documents/tomcat/jaasintomcat.html - Jun, 2004
  • Java authorization internals by Abhijit Belapurkar   - [Clicks: 194]
    If you're the type who needs to know how a technology works from the inside out in order to use it effectively, you'll jump on this guided tour of the Java platform's authorization architectures. Follow along as Java architect Abhijit Belapurkar leads this detailed, behind-the-scenes introduction to two distinctly different (yet related) models of authorization: the code-centric model of the Java 2 platform security architecture and the user-centric model of the Java Authentication and Authorization Service.
    http://www-106.ibm.com/developerworks/java/library/j-javaauth/ - May, 2004

[Top]

Tutorials:
  • J2EE Security with JAAS by Tom Marrs   - [Clicks: 528]
    This is not a stuffy tutorial on all the aspects of Java Security, and we’re not going to look at a bunch of boring APIs. This is a step-bystep hands-on tutorial that shows how to design and develop solutions to common, real-world problems in J2EE Security: configuring JAAS, using JAAS for authentication and authorization, integrating JAAS and Struts, guarding access to web pages and tying web tier security to EJB security.
    http://www.denverjug.org/events/apr2004.html - Apr, 2004

[Top]