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()
2371 …ublic String generateType1Msg(String, String) throws org.apache.http.impl.auth.NTLMEngineException;2372 …e3Msg(String, String, String, String, String) throws org.apache.http.impl.auth.NTLMEngineException;2375 …@Deprecated public class NTLMEngineException extends org.apache.http.auth.AuthenticationException {2376 ctor @Deprecated public NTLMEngineException();2377 ctor @Deprecated public NTLMEngineException(String);2378 ctor @Deprecated public NTLMEngineException(String, Throwable);