Uses of Class
org.tmatesoft.svn.core.auth.SVNAuthentication
Packages that use SVNAuthentication
Package
Description
This package contains interfaces/classes used by the library to
authenticate a user to a repository server.
This package provides an implementation of the native Subversion javahl
binding interface SVNClientInterface that is distributed within
the org.tigris.subversion.javahl package.
-
Uses of SVNAuthentication in org.tmatesoft.svn.cli
Methods in org.tmatesoft.svn.cli that return SVNAuthenticationModifier and TypeMethodDescriptionSVNConsoleAuthenticationProvider.requestClientAuthentication(String kind, SVNURL url, String realm, SVNErrorMessage errorMessage, SVNAuthentication previousAuth, boolean authMayBeStored) Methods in org.tmatesoft.svn.cli with parameters of type SVNAuthenticationModifier and TypeMethodDescriptionbooleanSVNConsoleAuthenticationProvider.canStorePlainTextPassphrases(String realm, SVNAuthentication auth) booleanSVNConsoleAuthenticationProvider.canStorePlainTextPasswords(String realm, SVNAuthentication auth) SVNConsoleAuthenticationProvider.requestClientAuthentication(String kind, SVNURL url, 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.authModifier and TypeClassDescriptionclassThe SVNPasswordAuthentication class represents a simple user credential pair - a username and password.classThe SVNSSHAuthentication class represents a kind of credentials used to authenticate a user over an SSH tunnel.classThe SVNSSLAuthentication class represents user's credentials used to authenticate a user in secure connections.classThe 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 SVNAuthenticationModifier and TypeFieldDescriptionprivate List<SVNAuthentication>BasicAuthenticationManager.myPasswordAuthenticationsprivate List<SVNAuthentication>BasicAuthenticationManager.mySSHAuthenticationsprivate List<SVNAuthentication>BasicAuthenticationManager.mySSLAuthenticationsprivate List<SVNAuthentication>BasicAuthenticationManager.myUserNameAuthenticationsMethods in org.tmatesoft.svn.core.auth that return SVNAuthenticationModifier and TypeMethodDescriptionSVNAuthentication.copy()Creates a deep copy of this credentials object.SVNPasswordAuthentication.copy()SVNSSHAuthentication.copy()SVNSSLAuthentication.copy()SVNUserNameAuthentication.copy()BasicAuthenticationManager.getFirstAuthentication(String kind, String realm, SVNURL url) Returns the first user's authentication credentials.ISVNAuthenticationManager.getFirstAuthentication(String kind, String realm, SVNURL url) Retrieves the first user credential.BasicAuthenticationManager.getNextAuthentication(String kind, String realm, SVNURL url) Returns next user authentication credentials.ISVNAuthenticationManager.getNextAuthentication(String kind, String realm, SVNURL url) Retrieves the next user credential if the first try failed.ISVNAuthenticationProvider.requestClientAuthentication(String kind, SVNURL url, 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 SVNAuthenticationModifier and TypeMethodDescriptionvoidBasicAuthenticationManager.acknowledgeAuthentication(boolean accepted, String kind, String realm, SVNErrorMessage errorMessage, SVNAuthentication authentication) Does nothing.static voidBasicAuthenticationManager.acknowledgeAuthentication(boolean accepted, String kind, String realm, SVNErrorMessage errorMessage, SVNAuthentication authentication, SVNURL accessedURL, ISVNAuthenticationManager authManager) Utility method to acknowledge successful or failed authentication attemptvoidISVNAuthenticationManager.acknowledgeAuthentication(boolean accepted, String kind, 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, String kind, String realm, SVNErrorMessage errorMessage, SVNAuthentication authentication, SVNURL accessedLocation) static BasicAuthenticationManagerBasicAuthenticationManager.newInstance(SVNAuthentication[] credentials) Creates an auth manager given user credentials to use.ISVNAuthenticationProvider.requestClientAuthentication(String kind, SVNURL url, 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 SVNAuthenticationModifier and TypeMethodDescriptionprivate voidBasicAuthenticationManager.dismissSensitiveData(List<SVNAuthentication> auths) Constructors in org.tmatesoft.svn.core.auth with parameters of type SVNAuthenticationModifierConstructorDescriptionBasicAuthenticationManager(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 SVNAuthenticationMethods in org.tmatesoft.svn.core.internal.io.dav.http that return SVNAuthenticationModifier and TypeMethodDescriptionHTTPConnection.getLastValidCredentials()IHTTPConnection.getLastValidCredentials() -
Uses of SVNAuthentication in org.tmatesoft.svn.core.internal.io.svn
Fields in org.tmatesoft.svn.core.internal.io.svn declared as SVNAuthenticationMethods in org.tmatesoft.svn.core.internal.io.svn that return SVNAuthenticationModifier and TypeMethodDescriptionabstract SVNAuthenticationSVNAuthenticator.authenticate(List mechs, String realm, SVNRepositoryImpl repository) SVNPlainAuthenticator.authenticate(List mechs, 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 SVNAuthenticationModifier and TypeFieldDescriptionprivate SVNAuthenticationSVNSaslAuthenticator.myAuthenticationprivate SVNAuthenticationSVNSaslAuthenticator.SVNCallbackHandler.myAuthenticationMethods in org.tmatesoft.svn.core.internal.io.svn.sasl that return SVNAuthenticationModifier and TypeMethodDescriptionSVNSaslAuthenticator.authenticate(List mechs, String realm, SVNRepositoryImpl repository) Constructors in org.tmatesoft.svn.core.internal.io.svn.sasl with parameters of type SVNAuthentication -
Uses of SVNAuthentication in org.tmatesoft.svn.core.internal.wc
Fields in org.tmatesoft.svn.core.internal.wc declared as SVNAuthenticationModifier and TypeFieldDescriptionprivate SVNAuthenticationDefaultSVNAuthenticationManager.myLastLoadedAuthprivate SVNAuthenticationDefaultSVNAuthenticationManager.myPreviousAuthenticationMethods in org.tmatesoft.svn.core.internal.wc that return SVNAuthenticationModifier and TypeMethodDescriptionDefaultSVNAuthenticationManager.getFirstAuthentication(String kind, String realm, SVNURL url) DefaultSVNAuthenticationManager.getNextAuthentication(String kind, String realm, SVNURL url) DefaultSVNAuthenticationManager.CacheAuthenticationProvider.requestClientAuthentication(String kind, SVNURL url, String realm, SVNErrorMessage errorMessage, SVNAuthentication previousAuth, boolean authMayBeStored) DefaultSVNAuthenticationManager.DumbAuthenticationProvider.requestClientAuthentication(String kind, SVNURL url, String realm, SVNErrorMessage errorMessage, SVNAuthentication previousAuth, boolean authMayBeStored) DefaultSVNPersistentAuthenticationProvider.requestClientAuthentication(String kind, SVNURL url, String realm, SVNErrorMessage errorMessage, SVNAuthentication previousAuth, boolean authMayBeStored) Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNAuthenticationModifier and TypeMethodDescriptionvoidDefaultSVNAuthenticationManager.acknowledgeAuthentication(boolean accepted, String kind, String realm, SVNErrorMessage errorMessage, SVNAuthentication authentication) booleanISVNAuthStoreHandler.canStorePlainTextPassphrases(String realm, SVNAuthentication auth) booleanISVNAuthStoreHandler.canStorePlainTextPasswords(String realm, SVNAuthentication auth) private StringDefaultSVNConnectionOptions.getStorePlainTextPassphraseOption(SVNAuthentication auth) private StringDefaultSVNConnectionOptions.getStorePlainTextPasswordOption(SVNAuthentication auth) booleanDefaultSVNAuthenticationManager.ExtendedHostOptions.isStorePlainTextPassphrases(String realm, SVNAuthentication auth) booleanDefaultSVNConnectionOptions.isStorePlainTextPassphrases(String realm, SVNAuthentication auth) booleanDefaultSVNHostOptions.isStorePlainTextPassphrases(String realm, SVNAuthentication auth) booleanISVNConnectionOptions.isStorePlainTextPassphrases(String realm, SVNAuthentication auth) booleanISVNHostOptions.isStorePlainTextPassphrases(String realm, SVNAuthentication auth) booleanDefaultSVNAuthenticationManager.ExtendedHostOptions.isStorePlainTextPasswords(String realm, SVNAuthentication auth) booleanDefaultSVNConnectionOptions.isStorePlainTextPasswords(String realm, SVNAuthentication auth) booleanDefaultSVNHostOptions.isStorePlainTextPasswords(String realm, SVNAuthentication auth) booleanISVNConnectionOptions.isStorePlainTextPasswords(String realm, SVNAuthentication auth) booleanISVNHostOptions.isStorePlainTextPasswords(String realm, SVNAuthentication auth) DefaultSVNAuthenticationManager.CacheAuthenticationProvider.requestClientAuthentication(String kind, SVNURL url, String realm, SVNErrorMessage errorMessage, SVNAuthentication previousAuth, boolean authMayBeStored) DefaultSVNAuthenticationManager.DumbAuthenticationProvider.requestClientAuthentication(String kind, SVNURL url, String realm, SVNErrorMessage errorMessage, SVNAuthentication previousAuth, boolean authMayBeStored) DefaultSVNPersistentAuthenticationProvider.requestClientAuthentication(String kind, SVNURL url, String realm, SVNErrorMessage errorMessage, SVNAuthentication previousAuth, boolean authMayBeStored) voidDefaultSVNAuthenticationManager.CacheAuthenticationProvider.saveAuthentication(SVNAuthentication auth, String realm) voidDefaultSVNPersistentAuthenticationProvider.saveAuthentication(SVNAuthentication auth, String kind, String realm) voidISVNPersistentAuthenticationProvider.saveAuthentication(SVNAuthentication auth, String kind, String realm) booleanDefaultSVNPersistentAuthenticationProvider.GnomeKeyringPasswordStorage.savePassphrase(String realm, char[] passphrase, SVNAuthentication auth, SVNProperties authParameters, boolean force) booleanDefaultSVNPersistentAuthenticationProvider.IPasswordStorage.savePassphrase(String realm, char[] passphrase, SVNAuthentication auth, SVNProperties authParameters, boolean force) booleanDefaultSVNPersistentAuthenticationProvider.MacOsKeychainPasswordStorage.savePassphrase(String realm, char[] passphrase, SVNAuthentication auth, SVNProperties authParameters, boolean force) booleanDefaultSVNPersistentAuthenticationProvider.SimplePasswordStorage.savePassphrase(String realm, char[] passphrase, SVNAuthentication auth, SVNProperties authParameters, boolean force) booleanDefaultSVNPersistentAuthenticationProvider.WinCryptPasswordStorage.savePassphrase(String realm, char[] passphrase, SVNAuthentication auth, SVNProperties authParameters, boolean force) booleanDefaultSVNPersistentAuthenticationProvider.GnomeKeyringPasswordStorage.savePassword(String realm, char[] password, SVNAuthentication auth, SVNProperties authParameters) booleanDefaultSVNPersistentAuthenticationProvider.IPasswordStorage.savePassword(String realm, char[] password, SVNAuthentication auth, SVNProperties authParameters) booleanDefaultSVNPersistentAuthenticationProvider.MacOsKeychainPasswordStorage.savePassword(String realm, char[] password, SVNAuthentication auth, SVNProperties authParameters) booleanDefaultSVNPersistentAuthenticationProvider.SimplePasswordStorage.savePassword(String realm, char[] password, SVNAuthentication auth, SVNProperties authParameters) booleanDefaultSVNPersistentAuthenticationProvider.WinCryptPasswordStorage.savePassword(String realm, char[] password, SVNAuthentication auth, SVNProperties authParameters) private voidDefaultSVNPersistentAuthenticationProvider.savePasswordCredential(SVNProperties values, SVNAuthentication auth, String realm) private voidDefaultSVNPersistentAuthenticationProvider.saveSSHCredential(SVNProperties values, SVNAuthentication auth, String realm) private booleanDefaultSVNPersistentAuthenticationProvider.saveSSLCredential(SVNProperties values, SVNAuthentication auth, 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 SVNAuthenticationModifier and TypeMethodDescriptionprivate SVNAuthenticationJavaHLAuthenticationProvider.getDefaultUserNameCredentials(String userName) JavaHLAuthenticationProvider.requestClientAuthentication(String kind, SVNURL url, String realm, SVNErrorMessage errorMessage, SVNAuthentication previousAuth, boolean authMayBeStored) Methods in org.tmatesoft.svn.core.javahl with parameters of type SVNAuthenticationModifier and TypeMethodDescriptionJavaHLAuthenticationProvider.requestClientAuthentication(String kind, SVNURL url, 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 SVNAuthenticationModifier and TypeMethodDescriptionprivate SVNAuthenticationJavaHLAuthenticationProvider.getDefaultUserNameCredentials(String userName) JavaHLAuthenticationProvider.requestClientAuthentication(String kind, SVNURL url, String realm, SVNErrorMessage errorMessage, SVNAuthentication previousAuth, boolean authMayBeStored) Methods in org.tmatesoft.svn.core.javahl17 with parameters of type SVNAuthenticationModifier and TypeMethodDescriptionJavaHLAuthenticationProvider.requestClientAuthentication(String kind, SVNURL url, String realm, SVNErrorMessage errorMessage, SVNAuthentication previousAuth, boolean authMayBeStored)