Class KerberosTokenInterceptor

  • 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 Detail

      • KerberosTokenInterceptor

        public KerberosTokenInterceptor()