Introduction to Securing Web Applications with JBoss and LDAP — Developer.com
The sample application described here demonstrates using LDAP with the JBoss Security Extension (JBossSX), and describes a simple API for managing users, roles, and groups in LDAP. In addition, this article demonstrates the use of the Abstract Factory pattern to implement pluggable persistence.
An Abstract Factory is used to decouple the LDAP access classes in order that LDAP can easily be replaced with another type of storage. This is useful if you are building multiple web applications for different clients, some requiring LDAP storage, and others requiring a database.
(Link: Introduction to Securing Web Applications with JBoss and LDAP — Developer.com)
Related posts:
- 8.5.3. Using JBoss Login Modules JBoss includes several bundled login modules suitable for most...
- RESTEasy – JBoss Community RESTEasy is a JBoss project that provides various frameworks...
- Quick Tip: An Introduction to Sammy.js | Nettuts+ You’ve been seeing it for a while now with...
Uncategorized