Interface ISVNAuthStoreHandler
- All Known Implementing Classes:
SVNConsoleAuthenticationProvider
public interface ISVNAuthStoreHandler
- Since:
- 1.3
- Version:
- 1.3
-
Method Summary
Modifier and TypeMethodDescriptionbooleancanStorePlainTextPassphrases(java.lang.String realm, SVNAuthentication auth) booleancanStorePlainTextPasswords(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
-