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 classSVNPlainAuthenticatorFields in org.tmatesoft.svn.core.internal.io.svn declared as SVNAuthenticator Modifier and Type Field Description private SVNAuthenticatorSVNConnection. myEncryptorMethods in org.tmatesoft.svn.core.internal.io.svn that return SVNAuthenticator Modifier and Type Method Description private SVNAuthenticatorSVNConnection. createSASLAuthenticator()Methods in org.tmatesoft.svn.core.internal.io.svn with parameters of type SVNAuthenticator Modifier and Type Method Description voidSVNConnection. 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 classSVNSaslAuthenticator -
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 SVNAuthenticatorSVNClassLoader. getSASLAuthenticator(SVNConnection connection)
-