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 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.dav.http
Methods in org.tmatesoft.svn.core.internal.io.dav.http with parameters of type SVNPasswordAuthenticationModifier and TypeMethodDescriptionvoid
HTTPAuthentication.setCredentials
(SVNPasswordAuthentication credentials) Constructors in org.tmatesoft.svn.core.internal.io.dav.http with parameters of type SVNPasswordAuthenticationModifierConstructorDescriptionprotected
HTTPAuthentication
(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 TypeMethodDescriptionvoid
CramMD5.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 SVNPasswordAuthentication
DefaultSVNPersistentAuthenticationProvider.readSSLPassphrase
(java.lang.String kind, java.lang.String realm, boolean storageAllowed, SVNURL url) private SVNPasswordAuthentication
DefaultSVNPersistentAuthenticationProvider.readSSLPassphrase
(java.lang.String expectedCertificatePath, SVNWCProperties props)