Uses of Class
org.apache.http.impl.auth.NTLMEngineException
-
Packages that use NTLMEngineException Package Description org.apache.http.impl.auth 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 NTLMEngineException Modifier and Type Method Description java.lang.String
NTLMEngine. generateType1Msg(java.lang.String domain, java.lang.String workstation)
Generates a Type1 message given the domain and workstation.java.lang.String
NTLMEngine. generateType3Msg(java.lang.String username, java.lang.String password, java.lang.String domain, java.lang.String workstation, java.lang.String challenge)
Generates a Type3 message given the user credentials and the authentication challenge.
-