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 Stringstatic final Stringprivate final INTLMEngineprivate StringFields inherited from class org.tmatesoft.svn.core.internal.io.dav.http.HTTPNTLMAuthentication
myState, TYPE1, TYPE3 -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedHTTPApacheNTLMAuthentication(String charset, String engine) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanisNative()static HTTPNTLMAuthenticationnewInstance(String charset, String engine) voidparseChallenge(String challenge) Methods inherited from class org.tmatesoft.svn.core.internal.io.dav.http.HTTPNTLMAuthentication
getAuthenticationScheme, getDomain, getUserName, isInType3State, setType1State, setType3StateMethods 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
-
Field Details
-
JCIFS_ENGINE
- See Also:
-
APACHE_ENGINE
- See Also:
-
myEngine
-
myLastToken
-
-
Constructor Details
-
HTTPApacheNTLMAuthentication
-
-
Method Details
-
newInstance
-
authenticate
- Overrides:
authenticatein classHTTPNTLMAuthentication- Throws:
SVNException
-
parseChallenge
- Overrides:
parseChallengein classHTTPNTLMAuthentication- Throws:
SVNException
-
isNative
public boolean isNative()- Overrides:
isNativein classHTTPNTLMAuthentication
-
allowPropmtForCredentials
public boolean allowPropmtForCredentials()- Overrides:
allowPropmtForCredentialsin classHTTPNTLMAuthentication
-