public class HTTPApacheNTLMAuthentication extends HTTPNTLMAuthentication
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
APACHE_ENGINE |
static java.lang.String |
JCIFS_ENGINE |
private INTLMEngine |
myEngine |
private java.lang.String |
myLastToken |
myState, TYPE1, TYPE3
Modifier | Constructor and Description |
---|---|
protected |
HTTPApacheNTLMAuthentication(java.lang.String charset,
java.lang.String engine) |
Modifier and Type | Method and Description |
---|---|
boolean |
allowPropmtForCredentials() |
java.lang.String |
authenticate() |
boolean |
isNative() |
static HTTPNTLMAuthentication |
newInstance(java.lang.String charset,
java.lang.String engine) |
void |
parseChallenge(java.lang.String challenge) |
getAuthenticationScheme, getDomain, getUserName, isInType3State, setType1State, setType3State
clear, clear, getASCIIBytes, getBytes, getBytes, getChallengeParameter, getChallengeParameters, getPassword, getRawUserName, isSchemeSupportedByServer, parseAuthParameters, setChallengeParameter, setCredentials, setPassword, setUserName
public static final java.lang.String JCIFS_ENGINE
public static final java.lang.String APACHE_ENGINE
private final INTLMEngine myEngine
private java.lang.String myLastToken
protected HTTPApacheNTLMAuthentication(java.lang.String charset, java.lang.String engine)
public static HTTPNTLMAuthentication newInstance(java.lang.String charset, java.lang.String engine)
public java.lang.String authenticate() throws SVNException
authenticate
in class HTTPNTLMAuthentication
SVNException
public void parseChallenge(java.lang.String challenge) throws SVNException
parseChallenge
in class HTTPNTLMAuthentication
SVNException
public boolean isNative()
isNative
in class HTTPNTLMAuthentication
public boolean allowPropmtForCredentials()
allowPropmtForCredentials
in class HTTPNTLMAuthentication