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.dav.http org.tmatesoft.svn.core.internal.io.svn org.tmatesoft.svn.core.internal.wc -
-
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.dav.http
Methods in org.tmatesoft.svn.core.internal.io.dav.http with parameters of type SVNPasswordAuthentication Modifier and Type Method Description void
HTTPAuthentication. setCredentials(SVNPasswordAuthentication credentials)
Constructors in org.tmatesoft.svn.core.internal.io.dav.http with parameters of type SVNPasswordAuthentication Constructor Description 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 SVNPasswordAuthentication Modifier and Type Field Description private SVNPasswordAuthentication
CramMD5. myCredentials
Methods in org.tmatesoft.svn.core.internal.io.svn with parameters of type SVNPasswordAuthentication Modifier and Type Method Description void
CramMD5. setUserCredentials(SVNPasswordAuthentication credentials)
-
Uses of SVNPasswordAuthentication in org.tmatesoft.svn.core.internal.wc
Methods in org.tmatesoft.svn.core.internal.wc that return SVNPasswordAuthentication Modifier and Type Method Description private 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)
-