Uses of Interface
org.tmatesoft.svn.core.auth.ISVNSSHHostVerifier
-
Packages that use ISVNSSHHostVerifier 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.wc -
-
Uses of ISVNSSHHostVerifier in org.tmatesoft.svn.core.auth
Classes in org.tmatesoft.svn.core.auth that implement ISVNSSHHostVerifier Modifier and Type Class Description class
BasicAuthenticationManager
The BasicAuthenticationManager is a simple implementation of ISVNAuthenticationManager for storing and providing credentials without using auth providers. -
Uses of ISVNSSHHostVerifier in org.tmatesoft.svn.core.internal.wc
Classes in org.tmatesoft.svn.core.internal.wc that implement ISVNSSHHostVerifier Modifier and Type Class Description class
DefaultSVNAuthenticationManager
-