Uses of Class
org.apache.http.impl.auth.NTLMEngineException

Packages that use NTLMEngineException
org.apache.http.impl.auth   
 

Uses of NTLMEngineException in org.apache.http.impl.auth
 

Methods in org.apache.http.impl.auth that throw NTLMEngineException
 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.
 



Copyright © 1999-2008 Apache Software Foundation. All Rights Reserved.