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
FieldsModifier and TypeFieldDescriptionprivate java.lang.Stringprivate static final java.lang.StringFields inherited from class org.tmatesoft.svn.core.internal.io.dav.http.HTTPNTLMAuthentication
myState, TYPE1, TYPE3 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanjava.lang.StringbooleanisNative()static HTTPNativeNTLMAuthenticationnewInstance(java.lang.String charset) voidparseChallenge(java.lang.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, setUserNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
NTLM_PROMPT_USER_PROPERTY
private static final java.lang.String NTLM_PROMPT_USER_PROPERTY- See Also:
-
myNTSecurityParameters
-
myLastToken
private java.lang.String myLastToken
-
-
Constructor Details
-
HTTPNativeNTLMAuthentication
protected HTTPNativeNTLMAuthentication(java.lang.String charset)
-
-
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
-