[JBoss-user] [Security JAAS/JBoss] - Re: Container idependent JAAS Login Module

2004-03-14 Thread starksm
Its not possible as the way JAAS is used to perform authentication/authorization is not defined by the J2EE specs. J2EE 1.4 introduces a new authorization contract, but still does not define how authentication using JAAS is performed. a

[JBoss-user] [Security JAAS/JBoss] - Re: Container idependent JAAS Login Module

2004-03-14 Thread ahardy66
Toby, just write different implementations of LoginModule for each container, e.g. JBossLoginModule, TomcatLoginModule, WebsphereLoginModule. Extract your login code into a seperate shared utils class. It makes no difference, since you have to configure each container's login setup with

[JBoss-user] [Security JAAS/JBoss] - Re: Container idependent JAAS Login Module

2004-03-10 Thread neutro
How about using javax.security.auth.spi.LoginModule this should make it possible to be used in any server its the interface implemented by JBoss AbstractServerLoginModule. hth SVen a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825038#3825038;View the original post/a a