Class HTTPNativeNTLMAuthentication
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.HTTPNativeNTLMAuthentication
- Version:
- 1.1.2
-
Field Summary
FieldsFields inherited from class org.tmatesoft.svn.core.internal.io.dav.http.HTTPNTLMAuthentication
myState, TYPE1, TYPE3
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
isNative()
static HTTPNativeNTLMAuthentication
newInstance
(String charset) void
parseChallenge
(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
-
Field Details
-
NTLM_PROMPT_USER_PROPERTY
- See Also:
-
myNTSecurityParameters
-
myLastToken
-
-
Constructor Details
-
HTTPNativeNTLMAuthentication
-
-
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
-