[JBoss-user] [Security JAAS/JBoss] - Re: Remote Swing client not working

2005-09-19 Thread spadafora
it works!! thank you so much!

i did read the section you suggested and it works... actually i had to change 
my ejb-jar.xml ... but something small... and set in my auth.conf 
ClientLoginModule as required.

Now i need to do the same job (authentication and authorization) over HTTPS or 
http, would be great to do the login call over https and then use http for 
subsequent calls.
Could you please help me?


thank you in advance for your time.

Ciao

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3895587#3895587

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3895587


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: Remote Swing client not working

2005-09-17 Thread spadafora
anybody could help please?
thank you.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3895310#3895310

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3895310


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: Remote Swing client not working

2005-09-17 Thread darranl
spadafora wrote : Hello,
  | I did successifully run the JAAS how to examples, I also changed the  
login-config.xml to authenticate and authorizate users against my application 
datasource.
  | 

The JAAS how to examples used the ClientLoginModule on the client side to send 
the username and password from the client to the server, you are trying to pass 
the username and password into the InitalContext constructor.

Have a look at: -

http://docs.jboss.org/jbossas/jboss4guide/r3/html/ch3.chapter.htm

Section 3.2.1.3 for the LoginInitialContextFactory that allows you to specify 
the username and password the way you are.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3895312#3895312

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3895312


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user