Uses of Class
org.tmatesoft.svn.core.auth.BasicAuthenticationManager
-
Packages that use BasicAuthenticationManager Package Description org.tmatesoft.svn.core.auth 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 BasicAuthenticationManager Modifier and Type Method Description static 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.
-