Looking at the code of the SimpleAuthenticationHandler, there is a way to get a property pointing to the security provider:
SecurityProvider provider = (SecurityProvider)msgContext.getProperty("securityProvider"); Is there a way to define this security provider class in the WSDD ? As an option ? Or do I have to code a Handler setting this property and then chain it to the securityProvider ? Thanks Olivier