Searched refs:NTLMEngineException (Results 1 – 3 of 3) sorted by relevance
47 public class NTLMEngineException extends AuthenticationException { class51 public NTLMEngineException() { in NTLMEngineException() method in NTLMEngineException60 public NTLMEngineException(String message) { in NTLMEngineException() method in NTLMEngineException71 public NTLMEngineException(String message, Throwable cause) { in NTLMEngineException() method in NTLMEngineException
60 String workstation) throws NTLMEngineException; in generateType1Msg()79 String challenge) throws NTLMEngineException; in generateType3Msg()
2377 …ublic String generateType1Msg(String, String) throws org.apache.http.impl.auth.NTLMEngineException;2378 …e3Msg(String, String, String, String, String) throws org.apache.http.impl.auth.NTLMEngineException;2381 …@Deprecated public class NTLMEngineException extends org.apache.http.auth.AuthenticationException {2382 ctor @Deprecated public NTLMEngineException();2383 ctor @Deprecated public NTLMEngineException(String);2384 ctor @Deprecated public NTLMEngineException(String, Throwable);