Uses of Interface
org.tmatesoft.svn.core.auth.ISVNProxyManagerEx
-
Packages that use ISVNProxyManagerEx Package Description org.tmatesoft.svn.core.auth This package contains interfaces/classes used by the library to authenticate a user to a repository server. -
-
Uses of ISVNProxyManagerEx in org.tmatesoft.svn.core.auth
Classes in org.tmatesoft.svn.core.auth that implement ISVNProxyManagerEx Modifier and Type Class Description class
BasicAuthenticationManager
The BasicAuthenticationManager is a simple implementation of ISVNAuthenticationManager for storing and providing credentials without using auth providers.
-