About JAAS Parent

The JAAS library provides common methods for creating JDBC JAAS modules, and a sample implementation of a JDBC JAAS module.

Project Modules

This project has declared the following modules:

Name Description
common This module is part of a JAAS library that provides common methods for building JAAS modules. It provides common artifacts such as interfaces for auditing, message queue, and credential validation, as well as default implementations of these interfaces. The provided default implementations are not intended for production, and will have to be adjusted to meet deployment specific requirements.
jdbc This module is part of a JAAS library that provides common methods for building JAAS modules. It implements a JDBC JAAS module using the methods of the shared library. While this JAAS module itself is production ready, it relies on deployment specific modules that implement, for instance, auditing, message queues, and credential validation.