Package | Description |
---|---|
org.tmatesoft.svn.core.auth |
This package contains interfaces/classes used by the library to
authenticate a user to a repository server.
|
Modifier and Type | Method and Description |
---|---|
static BasicAuthenticationManager |
BasicAuthenticationManager.newInstance(String userName,
char[] password)
Creates an auth manager given a user credential - a username
and password.
|
static BasicAuthenticationManager |
BasicAuthenticationManager.newInstance(String userName,
File keyFile,
char[] passphrase,
int portNumber)
Creates an auth manager given a user credential - a username and
an ssh private key.
|
static BasicAuthenticationManager |
BasicAuthenticationManager.newInstance(SVNAuthentication[] credentials)
Creates an auth manager given user credentials to use.
|
Copyright © 2019. All rights reserved.