private static final long serialVersionUID = -2270910622513357794L;
public SamlTokenInterceptorProvider() {
super(Arrays.asList(SP12Constants.SAML_TOKEN, SP11Constants.SAML_TOKEN));
this.getOutInterceptors().add(new SamlTokenInterceptor());
this.getInInterceptors().add(new SamlTokenInterceptor());
this.getOutInterceptors().add(PolicyBasedWSS4JStaxOutInterceptor.INSTANCE);
this.getOutFaultInterceptors().add(PolicyBasedWSS4JStaxOutInterceptor.INSTANCE);
this.getInInterceptors().add(PolicyBasedWSS4JStaxInInterceptor.INSTANCE);
this.getInFaultInterceptors().add(PolicyBasedWSS4JStaxInInterceptor.INSTANCE);