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