public class JCIFSEngine extends Object implements org.apache.http.impl.auth.NTLMEngine
Constructor and Description |
---|
JCIFSEngine() |
Modifier and Type | Method and Description |
---|---|
String |
generateType1Msg(String domain,
String workstation) |
String |
generateType3Msg(String username,
String password,
String domain,
String workstation,
String challenge) |
public String generateType1Msg(String domain, String workstation) throws org.apache.http.impl.auth.NTLMEngineException
generateType1Msg
in interface org.apache.http.impl.auth.NTLMEngine
org.apache.http.impl.auth.NTLMEngineException
public String generateType3Msg(String username, String password, String domain, String workstation, String challenge) throws org.apache.http.impl.auth.NTLMEngineException
generateType3Msg
in interface org.apache.http.impl.auth.NTLMEngine
org.apache.http.impl.auth.NTLMEngineException
Copyright © 2019. All Rights Reserved.