Uses of Class
org.tmatesoft.svn.core.auth.SVNUserNameAuthentication
Packages that use SVNUserNameAuthentication
Package
Description
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 SVNUserNameAuthenticationModifier and TypeMethodDescriptionstatic SVNUserNameAuthentication
SVNUserNameAuthentication.newInstance
(String userName, boolean storageAllowed, SVNURL url, boolean isPartial) Creates a username authentication credential.