Class BinarySecurityTokenInterceptor

  • 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>
    Direct Known Subclasses:
    KerberosTokenInterceptor

    public class BinarySecurityTokenInterceptor
    extends AbstractTokenInterceptor
    An interceptor to add a BinarySecurityToken token to the security header of an outbound request, and to process a BinarySecurityToken on an inbound request. It takes the BinarySecurityToken from the message context on the outbound side.
    • Constructor Detail

      • BinarySecurityTokenInterceptor

        public BinarySecurityTokenInterceptor()