Uses of Class
org.tmatesoft.svn.core.auth.SVNPasswordAuthentication
Packages that use SVNPasswordAuthentication
Package
Description
This package contains interfaces/classes used by the library to
authenticate a user to a repository server.
-
Uses of SVNPasswordAuthentication in org.tmatesoft.svn.core.auth
Methods in org.tmatesoft.svn.core.auth that return SVNPasswordAuthenticationModifier and TypeMethodDescriptionstatic SVNPasswordAuthenticationSVNPasswordAuthentication.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.dav.http
Methods in org.tmatesoft.svn.core.internal.io.dav.http with parameters of type SVNPasswordAuthenticationModifier and TypeMethodDescriptionvoidHTTPAuthentication.setCredentials(SVNPasswordAuthentication credentials) Constructors in org.tmatesoft.svn.core.internal.io.dav.http with parameters of type SVNPasswordAuthenticationModifierConstructorDescriptionprotectedHTTPAuthentication(SVNPasswordAuthentication credentials) HTTPBasicAuthentication(SVNPasswordAuthentication credentials, java.lang.String charset) -
Uses of SVNPasswordAuthentication in org.tmatesoft.svn.core.internal.io.svn
Fields in org.tmatesoft.svn.core.internal.io.svn declared as SVNPasswordAuthenticationMethods in org.tmatesoft.svn.core.internal.io.svn with parameters of type SVNPasswordAuthenticationModifier and TypeMethodDescriptionvoidCramMD5.setUserCredentials(SVNPasswordAuthentication credentials) -
Uses of SVNPasswordAuthentication in org.tmatesoft.svn.core.internal.wc
Methods in org.tmatesoft.svn.core.internal.wc that return SVNPasswordAuthenticationModifier and TypeMethodDescriptionprivate SVNPasswordAuthenticationDefaultSVNPersistentAuthenticationProvider.readSSLPassphrase(java.lang.String kind, java.lang.String realm, boolean storageAllowed, SVNURL url) private SVNPasswordAuthenticationDefaultSVNPersistentAuthenticationProvider.readSSLPassphrase(java.lang.String expectedCertificatePath, SVNWCProperties props)