Interface ISVNAuthStoreHandler
- All Known Implementing Classes:
SVNConsoleAuthenticationProvider
public interface ISVNAuthStoreHandler
- Since:
- 1.3
- Version:
- 1.3
-
Method Summary
Modifier and TypeMethodDescriptionboolean
canStorePlainTextPassphrases
(java.lang.String realm, SVNAuthentication auth) boolean
canStorePlainTextPasswords
(java.lang.String realm, SVNAuthentication auth)
-
Method Details
-
canStorePlainTextPasswords
boolean canStorePlainTextPasswords(java.lang.String realm, SVNAuthentication auth) throws SVNException - Throws:
SVNException
-
canStorePlainTextPassphrases
boolean canStorePlainTextPassphrases(java.lang.String realm, SVNAuthentication auth) throws SVNException - Throws:
SVNException
-