Interface ISVNAuthStoreHandler
-
- All Known Implementing Classes:
SVNConsoleAuthenticationProvider
public interface ISVNAuthStoreHandler
- Since:
- 1.3
- Version:
- 1.3
- Author:
- TMate Software Ltd.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
canStorePlainTextPassphrases(java.lang.String realm, SVNAuthentication auth)
boolean
canStorePlainTextPasswords(java.lang.String realm, SVNAuthentication auth)
-
-
-
Method Detail
-
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
-
-