Class KerberosTokenInterceptor

java.lang.Object
org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.binding.soap.SoapMessage>
org.apache.cxf.binding.soap.interceptor.AbstractSoapInterceptor
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>

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.
  • Constructor Details

    • KerberosTokenInterceptor

      public KerberosTokenInterceptor()
  • Method Details