Class BinarySecurityTokenInterceptor

  • All Implemented Interfaces:
    org.apache.cxf.binding.soap.interceptor.SoapInterceptor, Interceptor<org.apache.cxf.binding.soap.SoapMessage>, 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.