Class HTTPBasicAuthentication
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.io.dav.http.HTTPAuthentication
-
- org.tmatesoft.svn.core.internal.io.dav.http.HTTPBasicAuthentication
-
class HTTPBasicAuthentication extends HTTPAuthentication
- Version:
- 1.3
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static class
HTTPBasicAuthentication.ByteArrayStream
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
myCharset
-
Constructor Summary
Constructors Modifier Constructor Description protected
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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
authenticate()
java.lang.String
getAuthenticationScheme()
-
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
-
-
-
-
Constructor Detail
-
HTTPBasicAuthentication
public HTTPBasicAuthentication(SVNPasswordAuthentication credentials, java.lang.String charset)
-
HTTPBasicAuthentication
protected HTTPBasicAuthentication(java.lang.String name, char[] password, java.lang.String charset)
-
HTTPBasicAuthentication
protected HTTPBasicAuthentication(java.lang.String charset)
-
-
Method Detail
-
authenticate
public java.lang.String authenticate()
- Specified by:
authenticate
in classHTTPAuthentication
-
getAuthenticationScheme
public java.lang.String getAuthenticationScheme()
- Specified by:
getAuthenticationScheme
in classHTTPAuthentication
-
-