Logo

Java Authentication and Authorization Service (JAAS) in Action

Small book cover: Java Authentication and Authorization Service (JAAS) in Action

Java Authentication and Authorization Service (JAAS) in Action
by


Number of pages: 246

Description:
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.

Download or read it online for free here:
Read online
(online html)

Similar books

Book cover: Java AWT ReferenceJava AWT Reference
by - O'Reilly
This book provides complete documentation on the Abstract Window Toolkit (AWT), a collection of classes for building graphical user interfaces in Java. With AWT, you can create windows, draw, work with images, use components like buttons, etc.
(18445 views)
Book cover: Maven: The Definitive GuideMaven: The Definitive Guide
by - O'Reilly Media, Inc.
The book explains how Maven can bring order to your software development projects. Maven is also a project management tool that can run reports, generate a project website, and facilitate communication among members of a working team.
(18974 views)
Book cover: Java Native Interface: Programmer's Guide and SpecificationJava Native Interface: Programmer's Guide and Specification
by - Prentice Hall PTR
The book documents the latest in native code programming for Java using the Java Native Interface with C/C++. The text is built around 'dos and don'ts', even specifying when you should not use JNI. Written for the experienced Java developer.
(24372 views)
Book cover: Java Web Application Development With Click FrameworkJava Web Application Development With Click Framework
- Wikibooks
Click Framework is a modern JEE web application framework, providing a natural rich client style programming model. Click is designed to be very easy to learn and use, with developers getting up and running within a day.
(10468 views)