Uses of Class
org.tmatesoft.svn.core.auth.BasicAuthenticationManager
Packages that use BasicAuthenticationManager
Package
Description
This package contains interfaces/classes used by the library to
authenticate a user to a repository server.
-
Uses of BasicAuthenticationManager in org.tmatesoft.svn.core.auth
Methods in org.tmatesoft.svn.core.auth that return BasicAuthenticationManagerModifier and TypeMethodDescriptionstatic BasicAuthenticationManager
BasicAuthenticationManager.newInstance
(java.lang.String userName, char[] password) Creates an auth manager given a user credential - a username and password.static BasicAuthenticationManager
BasicAuthenticationManager.newInstance
(java.lang.String userName, java.io.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.