Uses of Class
org.tmatesoft.svn.core.auth.SVNUserNameAuthentication
-
Packages that use SVNUserNameAuthentication 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 SVNUserNameAuthentication in org.tmatesoft.svn.core.auth
Methods in org.tmatesoft.svn.core.auth that return SVNUserNameAuthentication Modifier and Type Method Description static SVNUserNameAuthentication
SVNUserNameAuthentication. newInstance(java.lang.String userName, boolean storageAllowed, SVNURL url, boolean isPartial)
Creates a username authentication credential.
-