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 |
Modifier and Type | Method and Description |
---|---|
static SVNSSLAuthentication |
SVNSSLAuthentication.newInstance(byte[] cert,
char[] password,
boolean storageAllowed,
SVNURL url,
boolean isPartial) |
static SVNSSLAuthentication |
SVNSSLAuthentication.newInstance(java.io.File certFile,
char[] password,
boolean storageAllowed,
SVNURL url,
boolean isPartial) |
static SVNSSLAuthentication |
SVNSSLAuthentication.newInstance(java.lang.String kind,
java.lang.String alias,
boolean storageAllowed,
SVNURL url,
boolean isPartial) |
Modifier and Type | Method and Description |
---|---|
javax.net.ssl.KeyManager[] |
HTTPSSLKeyManager.loadClientCertificate(SVNSSLAuthentication sslAuthentication) |
Copyright © 2020. All rights reserved.