Uses of Package
org.tmatesoft.svn.core.auth
-
Packages that use org.tmatesoft.svn.core.auth Package Description org.tmatesoft.svn.cli org.tmatesoft.svn.cli.svn org.tmatesoft.svn.cli.svnadmin org.tmatesoft.svn.cli.svndumpfilter org.tmatesoft.svn.cli.svnlook org.tmatesoft.svn.cli.svnsync org.tmatesoft.svn.cli.svnversion 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 org.tmatesoft.svn.core.internal.io.dav.http org.tmatesoft.svn.core.internal.io.svn org.tmatesoft.svn.core.internal.io.svn.sasl org.tmatesoft.svn.core.internal.wc org.tmatesoft.svn.core.internal.wc16 org.tmatesoft.svn.core.internal.wc17 org.tmatesoft.svn.core.io This package provides a low-level API for direct interacting with a Subversion repository on the SVN protocol level.org.tmatesoft.svn.core.wc This package provides a high-level API for managing Working Copies in a way compatible with the native SVN command line client.org.tmatesoft.svn.core.wc.admin This package provides API for administrative managing Subversion repositories on a local machine.org.tmatesoft.svn.core.wc2 NEW: this package contains command-style API to perform most of Subversion operations on the level of abstraction similar to that of the command line client. -
Classes in org.tmatesoft.svn.core.auth used by org.tmatesoft.svn.cli Class Description ISVNAuthenticationManager The ISVNAuthenticationManager is implemented by manager classes used by SVNRepository drivers for user authentication purposes.ISVNAuthenticationProvider The ISVNAuthenticationProvider interface is implemented by user credentials providers.SVNAuthentication The SVNAuthentication is the base class that represents user credentials. -
Classes in org.tmatesoft.svn.core.auth used by org.tmatesoft.svn.cli.svn Class Description ISVNAuthenticationManager The ISVNAuthenticationManager is implemented by manager classes used by SVNRepository drivers for user authentication purposes. -
Classes in org.tmatesoft.svn.core.auth used by org.tmatesoft.svn.cli.svnadmin Class Description ISVNAuthenticationManager The ISVNAuthenticationManager is implemented by manager classes used by SVNRepository drivers for user authentication purposes. -
Classes in org.tmatesoft.svn.core.auth used by org.tmatesoft.svn.cli.svndumpfilter Class Description ISVNAuthenticationManager The ISVNAuthenticationManager is implemented by manager classes used by SVNRepository drivers for user authentication purposes. -
Classes in org.tmatesoft.svn.core.auth used by org.tmatesoft.svn.cli.svnlook Class Description ISVNAuthenticationManager The ISVNAuthenticationManager is implemented by manager classes used by SVNRepository drivers for user authentication purposes. -
Classes in org.tmatesoft.svn.core.auth used by org.tmatesoft.svn.cli.svnsync Class Description ISVNAuthenticationManager The ISVNAuthenticationManager is implemented by manager classes used by SVNRepository drivers for user authentication purposes. -
Classes in org.tmatesoft.svn.core.auth used by org.tmatesoft.svn.cli.svnversion Class Description ISVNAuthenticationManager The ISVNAuthenticationManager is implemented by manager classes used by SVNRepository drivers for user authentication purposes. -
Classes in org.tmatesoft.svn.core.auth used by org.tmatesoft.svn.core.auth Class Description BasicAuthenticationManager The BasicAuthenticationManager is a simple implementation of ISVNAuthenticationManager for storing and providing credentials without using auth providers.ISVNAuthenticationManager The ISVNAuthenticationManager is implemented by manager classes used by SVNRepository drivers for user authentication purposes.ISVNAuthenticationProvider The ISVNAuthenticationProvider interface is implemented by user credentials providers.ISVNProxyManager The ISVNProxyManager interface is used to manage http server options.ISVNProxyManagerEx ISVNSSHHostVerifier SVNAuthentication The SVNAuthentication is the base class that represents user credentials.SVNPasswordAuthentication The SVNPasswordAuthentication class represents a simple user credential pair - a username and password.SVNSSHAuthentication The SVNSSHAuthentication class represents a kind of credentials used to authenticate a user over an SSH tunnel.SVNSSLAuthentication The SVNSSLAuthentication class represents user's credentials used to authenticate a user in secure connections.SVNUserNameAuthentication The SVNUserNameAuthentication class represents a simple authentication credential class that uses only a username to authenticate a user. -
Classes in org.tmatesoft.svn.core.auth used by org.tmatesoft.svn.core.internal.io.dav Class Description ISVNAuthenticationManager The ISVNAuthenticationManager is implemented by manager classes used by SVNRepository drivers for user authentication purposes. -
Classes in org.tmatesoft.svn.core.auth used by org.tmatesoft.svn.core.internal.io.dav.http Class Description ISVNAuthenticationManager The ISVNAuthenticationManager is implemented by manager classes used by SVNRepository drivers for user authentication purposes.SVNAuthentication The SVNAuthentication is the base class that represents user credentials.SVNSSLAuthentication The SVNSSLAuthentication class represents user's credentials used to authenticate a user in secure connections. -
Classes in org.tmatesoft.svn.core.auth used by org.tmatesoft.svn.core.internal.io.svn Class Description SVNAuthentication The SVNAuthentication is the base class that represents user credentials.SVNPasswordAuthentication The SVNPasswordAuthentication class represents a simple user credential pair - a username and password. -
Classes in org.tmatesoft.svn.core.auth used by org.tmatesoft.svn.core.internal.io.svn.sasl Class Description SVNAuthentication The SVNAuthentication is the base class that represents user credentials. -
Classes in org.tmatesoft.svn.core.auth used by org.tmatesoft.svn.core.internal.wc Class Description ISVNAuthenticationManager The ISVNAuthenticationManager is implemented by manager classes used by SVNRepository drivers for user authentication purposes.ISVNAuthenticationProvider The ISVNAuthenticationProvider interface is implemented by user credentials providers.ISVNProxyManager The ISVNProxyManager interface is used to manage http server options.ISVNSSHHostVerifier SVNAuthentication The SVNAuthentication is the base class that represents user credentials.SVNSSHAuthentication The SVNSSHAuthentication class represents a kind of credentials used to authenticate a user over an SSH tunnel. -
Classes in org.tmatesoft.svn.core.auth used by org.tmatesoft.svn.core.internal.wc16 Class Description ISVNAuthenticationManager The ISVNAuthenticationManager is implemented by manager classes used by SVNRepository drivers for user authentication purposes. -
Classes in org.tmatesoft.svn.core.auth used by org.tmatesoft.svn.core.internal.wc17 Class Description ISVNAuthenticationManager The ISVNAuthenticationManager is implemented by manager classes used by SVNRepository drivers for user authentication purposes. -
Classes in org.tmatesoft.svn.core.auth used by org.tmatesoft.svn.core.io Class Description ISVNAuthenticationManager The ISVNAuthenticationManager is implemented by manager classes used by SVNRepository drivers for user authentication purposes. -
Classes in org.tmatesoft.svn.core.auth used by org.tmatesoft.svn.core.wc Class Description ISVNAuthenticationManager The ISVNAuthenticationManager is implemented by manager classes used by SVNRepository drivers for user authentication purposes. -
Classes in org.tmatesoft.svn.core.auth used by org.tmatesoft.svn.core.wc.admin Class Description ISVNAuthenticationManager The ISVNAuthenticationManager is implemented by manager classes used by SVNRepository drivers for user authentication purposes. -
Classes in org.tmatesoft.svn.core.auth used by org.tmatesoft.svn.core.wc2 Class Description ISVNAuthenticationManager The ISVNAuthenticationManager is implemented by manager classes used by SVNRepository drivers for user authentication purposes.