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
(String charset) protected
HTTPBasicAuthentication
(String name, char[] password, String charset) HTTPBasicAuthentication
(SVNPasswordAuthentication credentials, String charset) -
Method Summary
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
-
Field Details
-
myCharset
-
-
Constructor Details
-
HTTPBasicAuthentication
-
HTTPBasicAuthentication
-
HTTPBasicAuthentication
-
-
Method Details
-
authenticate
- Specified by:
authenticate
in classHTTPAuthentication
-
getAuthenticationScheme
- Specified by:
getAuthenticationScheme
in classHTTPAuthentication
-