Uses of Class
org.tmatesoft.svn.core.internal.io.svn.SVNAuthenticator
-
Packages that use SVNAuthenticator Package Description org.tmatesoft.svn.core.internal.io.svn org.tmatesoft.svn.core.internal.io.svn.sasl org.tmatesoft.svn.core.internal.wc -
-
Uses of SVNAuthenticator in org.tmatesoft.svn.core.internal.io.svn
Subclasses of SVNAuthenticator in org.tmatesoft.svn.core.internal.io.svn Modifier and Type Class Description class
SVNPlainAuthenticator
Fields in org.tmatesoft.svn.core.internal.io.svn declared as SVNAuthenticator Modifier and Type Field Description private SVNAuthenticator
SVNConnection. myEncryptor
Methods in org.tmatesoft.svn.core.internal.io.svn that return SVNAuthenticator Modifier and Type Method Description private SVNAuthenticator
SVNConnection. createSASLAuthenticator()
Methods in org.tmatesoft.svn.core.internal.io.svn with parameters of type SVNAuthenticator Modifier and Type Method Description void
SVNConnection. setEncrypted(SVNAuthenticator encryptor)
-
Uses of SVNAuthenticator in org.tmatesoft.svn.core.internal.io.svn.sasl
Subclasses of SVNAuthenticator in org.tmatesoft.svn.core.internal.io.svn.sasl Modifier and Type Class Description class
SVNSaslAuthenticator
-
Uses of SVNAuthenticator in org.tmatesoft.svn.core.internal.wc
Methods in org.tmatesoft.svn.core.internal.wc that return SVNAuthenticator Modifier and Type Method Description static SVNAuthenticator
SVNClassLoader. getSASLAuthenticator(SVNConnection connection)
-