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.svn |
Modifier and Type | Method and Description |
---|---|
static SVNPasswordAuthentication |
SVNPasswordAuthentication.newInstance(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 |
CramMD5.setUserCredentials(SVNPasswordAuthentication credentials) |
Copyright © 2022. All rights reserved.