public class SVNAuthStoreHandlerImpl extends Object implements org.tmatesoft.svn.core.internal.wc.ISVNAuthStoreHandler
ISVNAuthStoreHandler implementation that always return true.
This is to convince Subversion to store passwords, in relation to JENKINS-8059.
| Constructor and Description |
|---|
SVNAuthStoreHandlerImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canStorePlainTextPassphrases(String realm,
org.tmatesoft.svn.core.auth.SVNAuthentication auth) |
boolean |
canStorePlainTextPasswords(String realm,
org.tmatesoft.svn.core.auth.SVNAuthentication auth) |
static void |
install(org.tmatesoft.svn.core.auth.ISVNAuthenticationManager sam)
ISVNAuthenticationManager doesn't expose the setAuthStoreHandler, so we need to downcast. |
public boolean canStorePlainTextPasswords(String realm, org.tmatesoft.svn.core.auth.SVNAuthentication auth) throws org.tmatesoft.svn.core.SVNException
canStorePlainTextPasswords in interface org.tmatesoft.svn.core.internal.wc.ISVNAuthStoreHandlerorg.tmatesoft.svn.core.SVNExceptionpublic boolean canStorePlainTextPassphrases(String realm, org.tmatesoft.svn.core.auth.SVNAuthentication auth) throws org.tmatesoft.svn.core.SVNException
canStorePlainTextPassphrases in interface org.tmatesoft.svn.core.internal.wc.ISVNAuthStoreHandlerorg.tmatesoft.svn.core.SVNExceptionpublic static void install(org.tmatesoft.svn.core.auth.ISVNAuthenticationManager sam)
ISVNAuthenticationManager doesn't expose the setAuthStoreHandler, so we need to downcast.Copyright © 2004–2015. All rights reserved.