Uses of Class
org.tmatesoft.svn.core.auth.SVNPasswordAuthentication
-
Packages that use SVNPasswordAuthentication 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 -
-
Uses of SVNPasswordAuthentication in org.tmatesoft.svn.core.auth
Methods in org.tmatesoft.svn.core.auth that return SVNPasswordAuthentication Modifier and Type Method Description static SVNPasswordAuthentication
SVNPasswordAuthentication. newInstance(java.lang.String userName, char[] password, boolean storageAllowed, SVNURL url, boolean isPartial)
Creates a password user credential object given a username and password. -
Uses of SVNPasswordAuthentication in org.tmatesoft.svn.core.internal.io.svn
Methods in org.tmatesoft.svn.core.internal.io.svn with parameters of type SVNPasswordAuthentication Modifier and Type Method Description void
CramMD5. setUserCredentials(SVNPasswordAuthentication credentials)
-