- All Implemented Interfaces:
- org.apache.cxf.binding.soap.interceptor.SoapInterceptor, org.apache.cxf.interceptor.Interceptor<org.apache.cxf.binding.soap.SoapMessage>, org.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.binding.soap.SoapMessage>
public class PasswordTypeInterceptor
extends org.apache.cxf.binding.soap.interceptor.AbstractSoapInterceptor
Interceptor that by default adds PasswordText type to Password element
if it doesn't have Type attribute. It should be done before WSSecurityEngine
processes Security header in scope of WSS4JInInterceptor execution.
- Author:
- Viachaslau Tsikhanovich