Re: jboss security integration

2004-10-29 Thread liooil
Thanks, this link was very useful. The only ponit i'd like to mention is the howto avoid another tier integration (typically a DB) : Use org.jboss.security.auth.spi.UsersRolesLoginModule instead of org.jboss.security.auth.spi.DatabaseServerLoginModule And then parameter your user.propertie

Re: jboss security integration

2004-10-27 Thread Matt Higgins
Here is a good resource that I used. http://www.javaworld.com/javaforums/showflat.php? Cat=2&Board=JavaSecurity&Number=2500&page=0&view=collapsed&sb=5&o=&fpart=1%3E -Matt On Wed, 2004-10-27 at 13:39 +, liooil wrote: > Hello world, > > Before we integrate authorization/authentication based

jboss security integration

2004-10-27 Thread liooil
Hello world, Before we integrate authorization/authentication based on a sun one identity server policy agent, i would like to make something more simple. I'd just like to build an authorization/authentication system relying on the login-config.xml file of my jboss3.2.2 and the web.xml and jboss-