| Package | Description |
|---|---|
| org.tmatesoft.svn.core.auth |
This package contains interfaces/classes used by the library to
authenticate a user to a repository server.
|
| org.tmatesoft.svn.core.internal.io.dav.http | |
| org.tmatesoft.svn.core.internal.io.svn | |
| org.tmatesoft.svn.core.internal.wc |
| Modifier and Type | Method and Description |
|---|---|
static SVNPasswordAuthentication |
SVNPasswordAuthentication.newInstance(java.lang.String userName,
char[] password,
boolean storageAllowed,
SVNURL url,
boolean isPartial)
Creates a password user credential object given a username and password.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HTTPAuthentication.setCredentials(SVNPasswordAuthentication credentials) |
| Constructor and Description |
|---|
HTTPAuthentication(SVNPasswordAuthentication credentials) |
HTTPBasicAuthentication(SVNPasswordAuthentication credentials,
java.lang.String charset) |
| Modifier and Type | Field and Description |
|---|---|
private SVNPasswordAuthentication |
CramMD5.myCredentials |
| Modifier and Type | Method and Description |
|---|---|
void |
CramMD5.setUserCredentials(SVNPasswordAuthentication credentials) |
| Modifier and Type | Method and Description |
|---|---|
private SVNPasswordAuthentication |
DefaultSVNPersistentAuthenticationProvider.readSSLPassphrase(java.lang.String kind,
java.lang.String realm,
boolean storageAllowed,
SVNURL url) |
private SVNPasswordAuthentication |
DefaultSVNPersistentAuthenticationProvider.readSSLPassphrase(java.lang.String expectedCertificatePath,
SVNWCProperties props) |