Uses of Class
org.apache.hc.client5.http.impl.auth.NTLMEngineException
Packages that use NTLMEngineException
Package
Description
Standard and common HTTP authentication schemes.
-
Uses of NTLMEngineException in org.apache.hc.client5.http.impl.auth
Methods in org.apache.hc.client5.http.impl.auth that throw NTLMEngineExceptionModifier and TypeMethodDescriptionNTLMEngine.generateType1Msg(String domain, String workstation) Deprecated.Generates a Type1 message given the domain and workstation.NTLMEngine.generateType3Msg(String username, char[] password, String domain, String workstation, String challenge) Deprecated.Generates a Type3 message given the user credentials and the authentication challenge.