| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 ] |
| Articles Tutorials |
- J2EE pathfinder: Java security with JAAS and JSSE by Kyle Gabhart - [Clicks: 132]
In this installment of J2EE pathfinder, enterprise Java developer and educator Kyle Gabhart introduces the Java Authentication and Authorization Service (JAAS) and the Java Secure Socket Extension (JSSE). Follow along to find out how these two APIs combine to provide the core functions of the J2EE Web application security framework: authentication, authorization, and transport-level security.
http://www-106.ibm.com/developerworks/java/library/j-pj2ee9.html - Nov, 2003 - Java Authentication and Authorization Service (JAAS) in Java 2, Standard Edition (J2SE) 1.4 by Qusay H. Mahmoud - [Clicks: 700]
This article presented a fast track tutorial on JAAS. The examples shown throughout demonstrate how to use JAAS for authentication and authorization.
[Includes examples]
http://java.sun.com/developer/technicalArticles/Security/jaasv2/ - Sep, 2003 - Extending JAAS by Guosheng Huang - [Clicks: 205]
Extending JAAS is not difficult. The JAAS architecture provides you with the flexibility to customize the authentication and authorization processes.
http://www.sys-con.com/story/?storyid=37699&DE=1 - Sep, 2003 - Using JAAS for Authorization and Authentication by Dan Moore - [Clicks: 677]
This paper explains how to use the Java Authentication and Authorization API (JAAS). It plugs JAAS into the Struts framework. Though this paper focuses on Struts, and in particular the example application distributed with Struts, the lessons learned should be applicable to any MVC web framework.
[Includes a sample example of integration with Struts.]
http://www.mooreds.com/jaas.html - 2003
- Tutorial Series: J2EE Virtual Shopping Mall - [Clicks: 537]
This series of tutorials uses the Virtual Shopping Mall (VSM) sample application to demonstrate programming techniques that take advantage of features defined in the J2EE 1.3 and EJB 2.0 specifications. While describing parts of the larger application, each tutorial is self-contained, and each explains how to use a technique or perform a task.
[J2EE Design Patterns, Internationalization Techniques, Apache Struts Framework, Security Features using JAAS]
http://otn.oracle.com/sample_code/tech/java/j2ee/vsm13/content.html - Sep, 2003