Class SMTPTransport.NtlmAuthenticator

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void doAuth​(java.lang.String host, java.lang.String authzid, java.lang.String user, java.lang.String passwd)  
      (package private) java.lang.String getInitialResponse​(java.lang.String host, java.lang.String authzid, java.lang.String user, java.lang.String passwd)
      Provide the initial response to use in the AUTH command, or null if not supported.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ntlm

        private Ntlm ntlm
      • flags

        private int flags
    • Constructor Detail

      • NtlmAuthenticator

        NtlmAuthenticator()