CIARO LUCA,

Following this links you will find the anwers to your question.

[1] http://wiki.apache.org/ws/FrontPage/WsFx/wss4jParameters
[2]http://ws.apache.org/wss4j/apidocs/org/apache/ws/security/handler/WSHandlerConstants.html#USE_REQ_SIG_CERT
[3] http://wiki.apache.org/ws/FrontPage/WsFx/wss4jFAQ#many
[4] http://archives.devshed.com/forums/apache-92/aw-aw-encryption-not-asking-for-the-right-private-key-815343.html

Answer is :
add this line in the
Server part, response
<parameter name="encryptionUser" value="useReqSigCert" />

Hope this helps
Happy AXIS :-)
CIAO

José Ferreiro





On 9/12/06, Davanum Srinivas <[EMAIL PROTECTED]> wrote:
http://www.wso2.net/tutorials/rampart/java/2006/09/06/sec-msg-exchg

On 9/12/06, Luca Risello <[EMAIL PROTECTED]> wrote:
>
> Hi everybody, I've a question. In the real word server has to trust more
> than one client. For example If Have I to trust 20 client how can i
> configure my scenario for WSS to provide a two way security transmission?
> For the certificate trusting there isn't problem
>
> Client i Keystore
> Own keys
> Server public key
>
>
> Server Keystore
> Own Keys
> Client 1 public key
> Client 2 public key
> [...]
> Client 20 public key
>
>
> For the PWCallback class I can use a Db to manage all the clients...
>
> The problem is the server side wsdd configuration file In fact in my example
> I specified the user for the encryption and the digital signature (both in
> requestFlow and in the responseFlow) but if I have one more than client? How
> Can I Do!!!
>
> Thanks For Your Attention! Hope in your help! Bye.
>
>
>
> Luca
>
>
>  __________________________________________________
> Do You Yahoo!?
> Poco spazio e tanto spam? Yahoo! Mail ti protegge dallo spam e ti da tanto
> spazio gratuito per i tuoi file e i messaggi
> http://mail.yahoo.it


--
Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service Developers)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






Reply via email to