Class HTTPBasicAuthentication
java.lang.Object
org.tmatesoft.svn.core.internal.io.dav.http.HTTPAuthentication
org.tmatesoft.svn.core.internal.io.dav.http.HTTPBasicAuthentication
- Version:
- 1.3
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
HTTPBasicAuthentication
(java.lang.String charset) protected
HTTPBasicAuthentication
(java.lang.String name, char[] password, java.lang.String charset) HTTPBasicAuthentication
(SVNPasswordAuthentication credentials, java.lang.String charset) -
Method Summary
Modifier and TypeMethodDescriptionjava.lang.String
java.lang.String
Methods inherited from class org.tmatesoft.svn.core.internal.io.dav.http.HTTPAuthentication
clear, clear, getASCIIBytes, getBytes, getBytes, getChallengeParameter, getChallengeParameters, getPassword, getRawUserName, getUserName, 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
-
myCharset
private java.lang.String myCharset
-
-
Constructor Details
-
HTTPBasicAuthentication
-
HTTPBasicAuthentication
protected HTTPBasicAuthentication(java.lang.String name, char[] password, java.lang.String charset) -
HTTPBasicAuthentication
protected HTTPBasicAuthentication(java.lang.String charset)
-
-
Method Details
-
authenticate
public java.lang.String authenticate()- Specified by:
authenticate
in classHTTPAuthentication
-
getAuthenticationScheme
public java.lang.String getAuthenticationScheme()- Specified by:
getAuthenticationScheme
in classHTTPAuthentication
-