Class KerberosTokenInterceptor

  • All Implemented Interfaces:
    org.apache.cxf.binding.soap.interceptor.SoapInterceptor, Interceptor<org.apache.cxf.binding.soap.SoapMessage>, PhaseInterceptor<org.apache.cxf.binding.soap.SoapMessage>

    public class KerberosTokenInterceptor
    extends BinarySecurityTokenInterceptor
    An interceptor to add a Kerberos token to the security header of an outbound request, and to process a Kerberos Token on an inbound request. It takes the Kerberos Token from the message context on the outbound side, where it was previously placed by the KerberosTokenInterceptorProvider.