ASSERTION_TYPES.add(SP12Constants.SYMMETRIC_BINDING);
}
public WSSecurityInterceptorProvider() {
super(ASSERTION_TYPES);
this.getOutInterceptors().add(new PolicyBasedWSS4JOutInterceptor());
this.getOutFaultInterceptors().add(new PolicyBasedWSS4JOutInterceptor());
this.getInInterceptors().add(new PolicyBasedWSS4JInInterceptor());
this.getInFaultInterceptors().add(new PolicyBasedWSS4JInInterceptor());
}