| Author |
How to Identify Client : WSS4J with multiple clients
|
Dhanda Ka
Greenhorn
Joined: Dec 28, 2011
Posts: 1
|
|
This is the scenario,
Service expose 2 methods to 2 clients, each client is mapped to one method only, it shouldn't access other method. Each client has different keys.
Now, Server is able accept requests from both clients without issue, while responding server is able to encrypt with public key of any one of client key as configured in responseFlow,
<parameter name="user" value="client1alias" />. How to configure for other client?
I can set the username in MessageContext inside CallbackHandler implementation to make this work, but don't know how to identity client key alias name.
Please help.
PS: Using WSS4J 1.5.2
|
 |
Arshad Noor
Ranch Hand
Joined: Oct 06, 2011
Posts: 33
|
|
Have you considered asking the developers of WSS4J on their User list? They are likely to give you the most definitive answer.
users@ws.apache.org
Arshad Noor
StrongAuth, Inc.
|
 |
 |
|
|
subject: How to Identify Client : WSS4J with multiple clients
|
|
|