Ce contenu n'est pas disponible dans la langue sélectionnée.
4.4. Enable WS-Security
Procedure 4.1. Enable WS-Security
- Define a Policy within your WSDL and reference it with a PolicyReference inside your binding.
- Configure your <soap.binding> with <securityAction>.This is so that JBossWS-CXF knows which tokens to respect within incoming SOAP requests.
- Include a
WEB-INF/jboss-web.xml
file in your application with a <security-domain> specified.This is so that JBossWS-CXF knows which modules to use for authentication and rolemapping.