[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 
container-specific xml files anyway. 

Obviously it will be nice when there's a J2EE spec for it though.

Adam



http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825593#3825593";>View 
the original post

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825593>Reply 
to the post


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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.

http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825556#3825556";>View 
the original post

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825556>Reply 
to the post


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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

http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825038#3825038";>View 
the original post

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825038>Reply 
to the post


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user