JAAS : Network : Java Articles (documents) Organized by topic

Java Articles
C++
PHP
Java Articles Home »  Network   » [  JAAS  ]   
 



/tr>
1.  All that JAAS
Author:John Musser and Paul Feuer
URL:http://www.javaworld.com/javaworld/jw-09-2002/jw-0913-jaas.html?
Summary: JAAS, the Java Authentication and Authorization Service API, provides flexible and scalable mechanisms for securing your client- and server-side Java applications. Where earlier Java security frameworks focused on protecting the user from mobile code, based on the code's origins and who created it, JAAS protects the system from users, based on who runs the code and their permissions. This pluggable, stackable API lets you incorporate standard security mechanisms like Solaris NIS (Network Information Services), Windows NT, LDAP (lightweight access directory protocol), Kerberos, and others into your application in a consistent, configurable way. This article first introduces you to the core elements of JAAS authentication. It then shows you how to develop your own custom login modules, using both command-line- and JSP (JavaServer Page)-based examples that authenticate against user records stored in a JDBC (Java Database Connectivity)-compatible RDBMS (relational database management system). (3,600 words; September 13, 2002)