Java Authentication and Authorization Service (JAAS) in Action by Michael Cote
2005
Number of pages: 246
JAAS is the Java Authentication and Authorization Service bundled in Java SE. JAAS can be used to provide user management and permissioning. This book covers the basics of JAAS, and then quickly goes into how to write database backed versions of JAAS service classes such as Policy, Configuration, and LoginModule.
Computers & Internet Programming Languages & Tools Java Java Tools & Utilities