[JBoss-user] [Security & JAAS/JBoss] - Re: Login From Swing App

2004-09-11 Thread [EMAIL PROTECTED]
The SRPLoginModule, LdapLoginModule, UserRolesLoginModule are example jboss login 
modules that can be used to perform client side authentication. There are others 
available from thirdparty sources as well.

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

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - Re: Login From Swing App

2004-09-11 Thread [EMAIL PROTECTED]
The JAAS login done on a client is decoupled from the server. If you obtain the 
Subject from the client side LoginContext, it will not have the same info as the 
server. The only way they are coupled is that the configured login modules will have 
to validate the same identity and proof of identity. You can use client/server 
oriented login modules that provide tighter coupling if you want.

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

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - Re: Login From Swing App

2004-09-10 Thread dmi3
Hi.

Is there exists a login module performing real user authentication, not like the 
ClientLoginModule? Is it working with standard JBoss or needs some extras?

And one more question.
Using the ClientLoginModule I've seen that server do not performs authentication when 
InitialContext.lookup() or InitialContext.list() methods are invoked. Is there any 
configuration parameters telling that these methods must throw exception for user with 
invalid username/password?

Thanks.


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

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user