Class HTTPApacheNTLMAuthentication
java.lang.Object
org.tmatesoft.svn.core.internal.io.dav.http.HTTPAuthentication
org.tmatesoft.svn.core.internal.io.dav.http.HTTPNTLMAuthentication
org.tmatesoft.svn.core.internal.io.dav.http.HTTPApacheNTLMAuthentication
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final java.lang.String
static final java.lang.String
private final INTLMEngine
private java.lang.String
Fields inherited from class org.tmatesoft.svn.core.internal.io.dav.http.HTTPNTLMAuthentication
myState, TYPE1, TYPE3
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
HTTPApacheNTLMAuthentication
(java.lang.String charset, java.lang.String engine) -
Method Summary
Modifier and TypeMethodDescriptionboolean
java.lang.String
boolean
isNative()
static HTTPNTLMAuthentication
newInstance
(java.lang.String charset, java.lang.String engine) void
parseChallenge
(java.lang.String challenge) Methods inherited from class org.tmatesoft.svn.core.internal.io.dav.http.HTTPNTLMAuthentication
getAuthenticationScheme, getDomain, getUserName, isInType3State, setType1State, setType3State
Methods inherited from class org.tmatesoft.svn.core.internal.io.dav.http.HTTPAuthentication
clear, clear, getASCIIBytes, getBytes, getBytes, getChallengeParameter, getChallengeParameters, getPassword, getRawUserName, isSchemeSupportedByServer, parseAuthParameters, setChallengeParameter, setCredentials, setPassword, setUserName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
JCIFS_ENGINE
public static final java.lang.String JCIFS_ENGINE- See Also:
-
APACHE_ENGINE
public static final java.lang.String APACHE_ENGINE- See Also:
-
myEngine
-
myLastToken
private java.lang.String myLastToken
-
-
Constructor Details
-
HTTPApacheNTLMAuthentication
protected HTTPApacheNTLMAuthentication(java.lang.String charset, java.lang.String engine)
-
-
Method Details
-
newInstance
-
authenticate
- Overrides:
authenticate
in classHTTPNTLMAuthentication
- Throws:
SVNException
-
parseChallenge
- Overrides:
parseChallenge
in classHTTPNTLMAuthentication
- Throws:
SVNException
-
isNative
public boolean isNative()- Overrides:
isNative
in classHTTPNTLMAuthentication
-
allowPropmtForCredentials
public boolean allowPropmtForCredentials()- Overrides:
allowPropmtForCredentials
in classHTTPNTLMAuthentication
-