Uses of Class
org.tmatesoft.svn.core.auth.SVNAuthentication
-
Packages that use SVNAuthentication Package Description org.tmatesoft.svn.cli 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.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.javahl This package provides an implementation of the native Subversion javahl binding interface SVNClientInterface that is distributed within the org.tigris.subversion.javahl package.org.tmatesoft.svn.core.javahl17 -
-
Uses of SVNAuthentication in org.tmatesoft.svn.cli
Methods in org.tmatesoft.svn.cli that return SVNAuthentication Modifier and Type Method Description SVNAuthenticationSVNConsoleAuthenticationProvider. requestClientAuthentication(java.lang.String kind, SVNURL url, java.lang.String realm, SVNErrorMessage errorMessage, SVNAuthentication previousAuth, boolean authMayBeStored)Methods in org.tmatesoft.svn.cli with parameters of type SVNAuthentication Modifier and Type Method Description booleanSVNConsoleAuthenticationProvider. canStorePlainTextPassphrases(java.lang.String realm, SVNAuthentication auth)booleanSVNConsoleAuthenticationProvider. canStorePlainTextPasswords(java.lang.String realm, SVNAuthentication auth)SVNAuthenticationSVNConsoleAuthenticationProvider. requestClientAuthentication(java.lang.String kind, SVNURL url, java.lang.String realm, SVNErrorMessage errorMessage, SVNAuthentication previousAuth, boolean authMayBeStored) -
Uses of SVNAuthentication in org.tmatesoft.svn.core.auth
Subclasses of SVNAuthentication in org.tmatesoft.svn.core.auth Modifier and Type Class Description classSVNPasswordAuthenticationThe SVNPasswordAuthentication class represents a simple user credential pair - a username and password.classSVNSSHAuthenticationThe SVNSSHAuthentication class represents a kind of credentials used to authenticate a user over an SSH tunnel.classSVNSSLAuthenticationThe SVNSSLAuthentication class represents user's credentials used to authenticate a user in secure connections.classSVNUserNameAuthenticationThe SVNUserNameAuthentication class represents a simple authentication credential class that uses only a username to authenticate a user.Fields in org.tmatesoft.svn.core.auth with type parameters of type SVNAuthentication Modifier and Type Field Description private java.util.List<SVNAuthentication>BasicAuthenticationManager. myPasswordAuthenticationsprivate java.util.List<SVNAuthentication>BasicAuthenticationManager. mySSHAuthenticationsprivate java.util.List<SVNAuthentication>BasicAuthenticationManager. mySSLAuthenticationsprivate java.util.List<SVNAuthentication>BasicAuthenticationManager. myUserNameAuthenticationsMethods in org.tmatesoft.svn.core.auth that return SVNAuthentication Modifier and Type Method Description SVNAuthenticationSVNAuthentication. copy()Creates a deep copy of this credentials object.SVNAuthenticationSVNPasswordAuthentication. copy()SVNAuthenticationSVNSSHAuthentication. copy()SVNAuthenticationSVNSSLAuthentication. copy()SVNAuthenticationSVNUserNameAuthentication. copy()SVNAuthenticationBasicAuthenticationManager. getFirstAuthentication(java.lang.String kind, java.lang.String realm, SVNURL url)Returns the first user's authentication credentials.SVNAuthenticationISVNAuthenticationManager. getFirstAuthentication(java.lang.String kind, java.lang.String realm, SVNURL url)Retrieves the first user credential.SVNAuthenticationBasicAuthenticationManager. getNextAuthentication(java.lang.String kind, java.lang.String realm, SVNURL url)Returns next user authentication credentials.SVNAuthenticationISVNAuthenticationManager. getNextAuthentication(java.lang.String kind, java.lang.String realm, SVNURL url)Retrieves the next user credential if the first try failed.SVNAuthenticationISVNAuthenticationProvider. requestClientAuthentication(java.lang.String kind, SVNURL url, java.lang.String realm, SVNErrorMessage errorMessage, SVNAuthentication previousAuth, boolean authMayBeStored)Returns a next user credential of the specified kind for the given authentication realm.Methods in org.tmatesoft.svn.core.auth with parameters of type SVNAuthentication Modifier and Type Method Description voidBasicAuthenticationManager. acknowledgeAuthentication(boolean accepted, java.lang.String kind, java.lang.String realm, SVNErrorMessage errorMessage, SVNAuthentication authentication)Does nothing.static voidBasicAuthenticationManager. acknowledgeAuthentication(boolean accepted, java.lang.String kind, java.lang.String realm, SVNErrorMessage errorMessage, SVNAuthentication authentication, SVNURL accessedURL, ISVNAuthenticationManager authManager)Utility method to acknowledge successful or failed authentication attemptvoidISVNAuthenticationManager. acknowledgeAuthentication(boolean accepted, java.lang.String kind, java.lang.String realm, SVNErrorMessage errorMessage, SVNAuthentication authentication)Accepts the given authentication if it was successfully accepted by a repository server, or not if authentication failed.voidISVNAuthenticationManagerExt. acknowledgeAuthentication(boolean accepted, java.lang.String kind, java.lang.String realm, SVNErrorMessage errorMessage, SVNAuthentication authentication, SVNURL accessedLocation)static BasicAuthenticationManagerBasicAuthenticationManager. newInstance(SVNAuthentication[] credentials)Creates an auth manager given user credentials to use.SVNAuthenticationISVNAuthenticationProvider. requestClientAuthentication(java.lang.String kind, SVNURL url, java.lang.String realm, SVNErrorMessage errorMessage, SVNAuthentication previousAuth, boolean authMayBeStored)Returns a next user credential of the specified kind for the given authentication realm.voidBasicAuthenticationManager. setAuthentications(SVNAuthentication[] authentications)Sets the given user credentials to this manager.Method parameters in org.tmatesoft.svn.core.auth with type arguments of type SVNAuthentication Modifier and Type Method Description private voidBasicAuthenticationManager. dismissSensitiveData(java.util.List<SVNAuthentication> auths)Constructors in org.tmatesoft.svn.core.auth with parameters of type SVNAuthentication Constructor Description BasicAuthenticationManager(SVNAuthentication[] authentications)Creates an auth manager given user credentials to use. -
Uses of SVNAuthentication in org.tmatesoft.svn.core.internal.io.dav.http
Fields in org.tmatesoft.svn.core.internal.io.dav.http declared as SVNAuthentication Modifier and Type Field Description private SVNAuthenticationHTTPConnection. myLastValidAuthMethods in org.tmatesoft.svn.core.internal.io.dav.http that return SVNAuthentication Modifier and Type Method Description SVNAuthenticationHTTPConnection. getLastValidCredentials()SVNAuthenticationIHTTPConnection. getLastValidCredentials() -
Uses of SVNAuthentication in org.tmatesoft.svn.core.internal.io.svn
Fields in org.tmatesoft.svn.core.internal.io.svn declared as SVNAuthentication Modifier and Type Field Description private SVNAuthenticationSVNConnection. myAuthenticationMethods in org.tmatesoft.svn.core.internal.io.svn that return SVNAuthentication Modifier and Type Method Description abstract SVNAuthenticationSVNAuthenticator. authenticate(java.util.List mechs, java.lang.String realm, SVNRepositoryImpl repository)SVNAuthenticationSVNPlainAuthenticator. authenticate(java.util.List mechs, java.lang.String realm, SVNRepositoryImpl repos) -
Uses of SVNAuthentication in org.tmatesoft.svn.core.internal.io.svn.sasl
Fields in org.tmatesoft.svn.core.internal.io.svn.sasl declared as SVNAuthentication Modifier and Type Field Description private SVNAuthenticationSVNSaslAuthenticator. myAuthenticationprivate SVNAuthenticationSVNSaslAuthenticator.SVNCallbackHandler. myAuthenticationMethods in org.tmatesoft.svn.core.internal.io.svn.sasl that return SVNAuthentication Modifier and Type Method Description SVNAuthenticationSVNSaslAuthenticator. authenticate(java.util.List mechs, java.lang.String realm, SVNRepositoryImpl repository)Constructors in org.tmatesoft.svn.core.internal.io.svn.sasl with parameters of type SVNAuthentication Constructor Description SVNCallbackHandler(java.lang.String realm, SVNAuthentication auth) -
Uses of SVNAuthentication in org.tmatesoft.svn.core.internal.wc
Fields in org.tmatesoft.svn.core.internal.wc declared as SVNAuthentication Modifier and Type Field Description private SVNAuthenticationDefaultSVNAuthenticationManager. myLastLoadedAuthprivate SVNAuthenticationDefaultSVNAuthenticationManager. myPreviousAuthenticationMethods in org.tmatesoft.svn.core.internal.wc that return SVNAuthentication Modifier and Type Method Description SVNAuthenticationDefaultSVNAuthenticationManager. getFirstAuthentication(java.lang.String kind, java.lang.String realm, SVNURL url)SVNAuthenticationDefaultSVNAuthenticationManager. getNextAuthentication(java.lang.String kind, java.lang.String realm, SVNURL url)SVNAuthenticationDefaultSVNAuthenticationManager.CacheAuthenticationProvider. requestClientAuthentication(java.lang.String kind, SVNURL url, java.lang.String realm, SVNErrorMessage errorMessage, SVNAuthentication previousAuth, boolean authMayBeStored)SVNAuthenticationDefaultSVNAuthenticationManager.DumbAuthenticationProvider. requestClientAuthentication(java.lang.String kind, SVNURL url, java.lang.String realm, SVNErrorMessage errorMessage, SVNAuthentication previousAuth, boolean authMayBeStored)SVNAuthenticationDefaultSVNPersistentAuthenticationProvider. requestClientAuthentication(java.lang.String kind, SVNURL url, java.lang.String realm, SVNErrorMessage errorMessage, SVNAuthentication previousAuth, boolean authMayBeStored)Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNAuthentication Modifier and Type Method Description voidDefaultSVNAuthenticationManager. acknowledgeAuthentication(boolean accepted, java.lang.String kind, java.lang.String realm, SVNErrorMessage errorMessage, SVNAuthentication authentication)booleanISVNAuthStoreHandler. canStorePlainTextPassphrases(java.lang.String realm, SVNAuthentication auth)booleanISVNAuthStoreHandler. canStorePlainTextPasswords(java.lang.String realm, SVNAuthentication auth)private java.lang.StringDefaultSVNConnectionOptions. getStorePlainTextPassphraseOption(SVNAuthentication auth)private java.lang.StringDefaultSVNConnectionOptions. getStorePlainTextPasswordOption(SVNAuthentication auth)booleanDefaultSVNAuthenticationManager.ExtendedHostOptions. isStorePlainTextPassphrases(java.lang.String realm, SVNAuthentication auth)booleanDefaultSVNConnectionOptions. isStorePlainTextPassphrases(java.lang.String realm, SVNAuthentication auth)booleanDefaultSVNHostOptions. isStorePlainTextPassphrases(java.lang.String realm, SVNAuthentication auth)booleanISVNConnectionOptions. isStorePlainTextPassphrases(java.lang.String realm, SVNAuthentication auth)booleanISVNHostOptions. isStorePlainTextPassphrases(java.lang.String realm, SVNAuthentication auth)booleanDefaultSVNAuthenticationManager.ExtendedHostOptions. isStorePlainTextPasswords(java.lang.String realm, SVNAuthentication auth)booleanDefaultSVNConnectionOptions. isStorePlainTextPasswords(java.lang.String realm, SVNAuthentication auth)booleanDefaultSVNHostOptions. isStorePlainTextPasswords(java.lang.String realm, SVNAuthentication auth)booleanISVNConnectionOptions. isStorePlainTextPasswords(java.lang.String realm, SVNAuthentication auth)booleanISVNHostOptions. isStorePlainTextPasswords(java.lang.String realm, SVNAuthentication auth)SVNAuthenticationDefaultSVNAuthenticationManager.CacheAuthenticationProvider. requestClientAuthentication(java.lang.String kind, SVNURL url, java.lang.String realm, SVNErrorMessage errorMessage, SVNAuthentication previousAuth, boolean authMayBeStored)SVNAuthenticationDefaultSVNAuthenticationManager.DumbAuthenticationProvider. requestClientAuthentication(java.lang.String kind, SVNURL url, java.lang.String realm, SVNErrorMessage errorMessage, SVNAuthentication previousAuth, boolean authMayBeStored)SVNAuthenticationDefaultSVNPersistentAuthenticationProvider. requestClientAuthentication(java.lang.String kind, SVNURL url, java.lang.String realm, SVNErrorMessage errorMessage, SVNAuthentication previousAuth, boolean authMayBeStored)voidDefaultSVNAuthenticationManager.CacheAuthenticationProvider. saveAuthentication(SVNAuthentication auth, java.lang.String realm)voidDefaultSVNPersistentAuthenticationProvider. saveAuthentication(SVNAuthentication auth, java.lang.String kind, java.lang.String realm)voidISVNPersistentAuthenticationProvider. saveAuthentication(SVNAuthentication auth, java.lang.String kind, java.lang.String realm)booleanDefaultSVNPersistentAuthenticationProvider.GnomeKeyringPasswordStorage. savePassphrase(java.lang.String realm, char[] passphrase, SVNAuthentication auth, SVNProperties authParameters, boolean force)booleanDefaultSVNPersistentAuthenticationProvider.IPasswordStorage. savePassphrase(java.lang.String realm, char[] passphrase, SVNAuthentication auth, SVNProperties authParameters, boolean force)booleanDefaultSVNPersistentAuthenticationProvider.MacOsKeychainPasswordStorage. savePassphrase(java.lang.String realm, char[] passphrase, SVNAuthentication auth, SVNProperties authParameters, boolean force)booleanDefaultSVNPersistentAuthenticationProvider.SimplePasswordStorage. savePassphrase(java.lang.String realm, char[] passphrase, SVNAuthentication auth, SVNProperties authParameters, boolean force)booleanDefaultSVNPersistentAuthenticationProvider.WinCryptPasswordStorage. savePassphrase(java.lang.String realm, char[] passphrase, SVNAuthentication auth, SVNProperties authParameters, boolean force)booleanDefaultSVNPersistentAuthenticationProvider.GnomeKeyringPasswordStorage. savePassword(java.lang.String realm, char[] password, SVNAuthentication auth, SVNProperties authParameters)booleanDefaultSVNPersistentAuthenticationProvider.IPasswordStorage. savePassword(java.lang.String realm, char[] password, SVNAuthentication auth, SVNProperties authParameters)booleanDefaultSVNPersistentAuthenticationProvider.MacOsKeychainPasswordStorage. savePassword(java.lang.String realm, char[] password, SVNAuthentication auth, SVNProperties authParameters)booleanDefaultSVNPersistentAuthenticationProvider.SimplePasswordStorage. savePassword(java.lang.String realm, char[] password, SVNAuthentication auth, SVNProperties authParameters)booleanDefaultSVNPersistentAuthenticationProvider.WinCryptPasswordStorage. savePassword(java.lang.String realm, char[] password, SVNAuthentication auth, SVNProperties authParameters)private voidDefaultSVNPersistentAuthenticationProvider. savePasswordCredential(SVNProperties values, SVNAuthentication auth, java.lang.String realm)private voidDefaultSVNPersistentAuthenticationProvider. saveSSHCredential(SVNProperties values, SVNAuthentication auth, java.lang.String realm)private booleanDefaultSVNPersistentAuthenticationProvider. saveSSLCredential(SVNProperties values, SVNAuthentication auth, java.lang.String realm)private voidDefaultSVNPersistentAuthenticationProvider. saveUserNameCredential(SVNProperties values, SVNAuthentication auth) -
Uses of SVNAuthentication in org.tmatesoft.svn.core.javahl
Methods in org.tmatesoft.svn.core.javahl that return SVNAuthentication Modifier and Type Method Description private SVNAuthenticationJavaHLAuthenticationProvider. getDefaultUserNameCredentials(java.lang.String userName)SVNAuthenticationJavaHLAuthenticationProvider. requestClientAuthentication(java.lang.String kind, SVNURL url, java.lang.String realm, SVNErrorMessage errorMessage, SVNAuthentication previousAuth, boolean authMayBeStored)Methods in org.tmatesoft.svn.core.javahl with parameters of type SVNAuthentication Modifier and Type Method Description SVNAuthenticationJavaHLAuthenticationProvider. requestClientAuthentication(java.lang.String kind, SVNURL url, java.lang.String realm, SVNErrorMessage errorMessage, SVNAuthentication previousAuth, boolean authMayBeStored) -
Uses of SVNAuthentication in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 that return SVNAuthentication Modifier and Type Method Description private SVNAuthenticationJavaHLAuthenticationProvider. getDefaultUserNameCredentials(java.lang.String userName)SVNAuthenticationJavaHLAuthenticationProvider. requestClientAuthentication(java.lang.String kind, SVNURL url, java.lang.String realm, SVNErrorMessage errorMessage, SVNAuthentication previousAuth, boolean authMayBeStored)Methods in org.tmatesoft.svn.core.javahl17 with parameters of type SVNAuthentication Modifier and Type Method Description SVNAuthenticationJavaHLAuthenticationProvider. requestClientAuthentication(java.lang.String kind, SVNURL url, java.lang.String realm, SVNErrorMessage errorMessage, SVNAuthentication previousAuth, boolean authMayBeStored)
-