|
I think it's possible if you make a extension of Merlin doing something
like: ... public class YourMerlinExtension extends Merlin { public YourMerlinExtension(Properties config) throws CredentialException, IOException { super(decryptPasswords(config)); } public YourMerlinExtension(Properties config, ClassLoader cl) throws CredentialException, IOException { super(decryptPasswords(config), cl); } ... } and changing the crypto class implementation in the properties file org.apache.ws.security.crypto.provider=<YourMerlinExtension > I hope it helps you Tomek Sztelak escribió: I'm afraid its not possible right now, take a look here : |
Title: ACCV
- [xfire-user] Question on WS-Security config file Jacky Shih
- Re: [xfire-user] Question on WS-Security config file Tomek Sztelak
- Re: [xfire-user] Question on WS-Security config f... Javier Aparicio
