[jboss-user] [JBossWS] - Re: WebService with Basic Security Profile

2007-11-14 Thread kaprys
Yes, found the way how to do it. But now I'm fighting with another thing. I would like to get from SOAPHeader information about wsse elements. I know that JBoss doesn't support it now. I'm digging in JBossWS src code and I'm trying to find why only wsa elements are included in SOAP java objects.

[jboss-user] [JBossWS] - Re: WebService with Basic Security Profile

2007-11-14 Thread [EMAIL PROTECTED]
What exactly would you like to get from the wsse elements? wsse elements are processed by JBossWS security implementation and removed before dispatching the incoming message to the core part of the stack. Could you tell me something more about what you need? View the original post :

[jboss-user] [JBossWS] - Re: WebService with Basic Security Profile

2007-11-14 Thread kaprys
Well I would like to get client certificate from the envelope. I need it to verify which client is connecting to webservice, because each client would have different privileges. Because of that I need to get the client certificate on web service level. View the original post :

[jboss-user] [JBossWS] - Re: WebService with Basic Security Profile

2007-11-14 Thread kaprys
what i would like to realize is authorization based on certificate used for wsse signature View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104603#4104603 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4104603

[jboss-user] [JBossWS] - Re: WebService with Basic Security Profile

2007-11-14 Thread [EMAIL PROTECTED]
kaprys wrote : what i would like to realize is authorization based on certificate used for wsse signature Ok, I guess you need the principal subject of the certificate, may be having the whole certificate that has been used to sign the message is even better. The best way I see to get this is

[jboss-user] [JBossWS] - Re: WebService with Basic Security Profile

2007-11-14 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBWS-1907 Thank you View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104759#4104759 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4104759 ___

[jboss-user] [JBossWS] - Re: WebService with Basic Security Profile

2007-11-05 Thread PeterJ
Did you see http://labs.jboss.com/jbossws/docs/jaxws_userguide-2.0/index.html#d0e1165? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101903#4101903 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4101903