Class HPCCPreemptiveAuthInterceptor

  • All Implemented Interfaces:
    org.apache.http.HttpRequestInterceptor

    public class HPCCPreemptiveAuthInterceptor
    extends Object
    implements org.apache.http.HttpRequestInterceptor
    Used to force preemptive HTTP authentication
    • Field Detail

      • log

        protected static final org.apache.logging.log4j.Logger log
    • Constructor Detail

      • HPCCPreemptiveAuthInterceptor

        public HPCCPreemptiveAuthInterceptor()
    • Method Detail

      • process

        public void process​(org.apache.http.HttpRequest request,
                            org.apache.http.protocol.HttpContext context)
                     throws org.apache.http.HttpException,
                            IOException
        Specified by:
        process in interface org.apache.http.HttpRequestInterceptor
        Throws:
        org.apache.http.HttpException
        IOException