J2EE Technology Main: Security

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

Articles
  

Articles:
  • Implement roles-based authorization by Scott Crowther, Abe Guerra, Tamer Nassar   - [Clicks: 28]
    Learn how to implement a dynamic user interface through user authentication. Authentication is often the requirement for applications with multiple groups of users. Each group may require access to application functionality that may need to be withheld from other groups. The authentication mechanism must validate user credentials and control access to application functionality based on the user's credentials. This article shows how to implement a basic authentication mechanism using OpenLDAP and Tomcat. It compares the OpenLDAP and Tomcat implementation to an OpenLDAP and WASCE implementation. And finally, code examples show the implementation of the dynamic UI using Java code and JSTL.
    [Includes sample code]
    http://www.ibm.com/developerworks/web/library/wa-rolesnav/index.html - Apr, 2009

[Top]