Re: high level design from wiki

Roland Weber <[email protected]> Tue, 22 Jul 2008 17:53:10 +0200
Newsgroups gmane.comp.apache.incubator.projects
Message-ID <[email protected]>
Hi Angie,

> JBoss has a login module for LDAP
> http://wiki.jboss.org/wiki/LdapLoginModule

The one for DB is documented here:
http://wiki.jboss.org/wiki/DatabaseServerLoginModule

DB layout requirements seem to be the same as for Tomcat.
And JBoss login modules are JAAS login modules:
http://www.docjar.com/docs/api/org/jboss/security/auth/spi/AbstractServerLoginModule.html

cheers,
   Roland