[jboss-user] [JBossWS] - Re: wssecurity username token encryption

2009-06-02 Thread PedroSena
Hi juno,

Are you using username token with Stateless Session Beans?

I'm trying to make it and having a hard time.

Can you share your SLSB and other config necessary?

Thanks in advance,

PS

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4234659
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: wssecurity username token encryption

2009-06-02 Thread pramod_bs
juno60 wrote : I am struggling with wssecurity on jboss 5.0.1.GA. I can 
either properly authenticate to a webservice using an username token or encrypt 
the whole soap communication using wsse encryption but not both at the same 
time. I would like to authenticate using the username token and for that token 
to be encrypted. Should it be possible using typical/standard jboss wsse?

If you ar elooking for some kind of password digest this might help 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4201637

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

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4234759
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: WSSecurity Username token

2007-10-25 Thread [EMAIL PROTECTED]
You can find a basic example of Username Token authentication in the 
org.jboss.test.ws.jaxws.samples.wssecurity package in the jbossws-src archive.

Also take a look at this: 
http://www.jboss.com/index.html?module=bbop=viewtopict=95321

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4098690
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: WSSecurity Username token

2007-10-24 Thread ejb3workshop
Did you ever this the resolved. I am having the same problem using JBoss 4.2.2 
wich included a new build of JBossWS.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4098254
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: WSSecurity Username token

2007-10-15 Thread Vincent321
Thanks Peter, 

But the conversation and example are related to x509 token :-(

I want the web service to handle such an header :

  wsse:Security soapenv:mustUnderstand=1 
xmlns:wsse=http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd;
  |  wsu:Timestamp wsu:Id=Timestamp-12134742 
xmlns:wsu=http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd;
  | wsu:Created2007-10-14T12:45:34.656Z/wsu:Created
  | wsu:Expires2007-10-14T12:46:34.656Z/wsu:Expires
  |  /wsu:Timestamp
  |  wsse:UsernameToken wsu:Id=UsernameToken-33259721 
xmlns:wsu=http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd;
  | wsse:Usernametest/wsse:Username
  | wsse:Password 
Type=http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText;test/wsse:Password
  |  /wsse:UsernameToken
  |   /wsse:Security

Thanks, 

Vincent

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4095395
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: WSSecurity Username token

2007-10-14 Thread PeterJ
See http://labs.jboss.com/jbossws/docs/jaxws_userguide-2.0/index.html#d0e1165

Also, there was an earlier discussion at 
http://www.jboss.com/index.html?module=bbop=viewtopict=120353

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

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4095065
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user