Class HttpNTLMAuthLogicHandler

java.lang.Object
org.apache.mina.proxy.handlers.http.AbstractAuthLogicHandler
org.apache.mina.proxy.handlers.http.ntlm.HttpNTLMAuthLogicHandler

public class HttpNTLMAuthLogicHandler extends AbstractAuthLogicHandler
HttpNTLMAuthLogicHandler.java - HTTP NTLM authentication mechanism logic handler.
Since:
MINA 2.0.0-M3
  • Field Details

    • LOGGER

      private static final org.slf4j.Logger LOGGER
    • challengePacket

      private byte[] challengePacket
      The challenge provided by the server.
  • Constructor Details

    • HttpNTLMAuthLogicHandler

      public HttpNTLMAuthLogicHandler(ProxyIoSession proxyIoSession) throws ProxyAuthException
      Build an HttpNTLMAuthLogicHandler
      Parameters:
      proxyIoSession - The original session
      Throws:
      ProxyAuthException - If we get an error during the proxy authentication
  • Method Details