Interface ISVNAuthenticationStorageOptions
-
public interface ISVNAuthenticationStorageOptions
- Version:
- 1.3
- Author:
- TMate Software Ltd.
-
-
Field Summary
Fields Modifier and Type Field Description static ISVNAuthenticationStorageOptions
DEFAULT
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ISVNAuthStoreHandler
getAuthStoreHandler()
ISVNGnomeKeyringPasswordProvider
getGnomeKeyringPasswordProvider()
boolean
isNonInteractive()
boolean
isSSLPassphrasePromptSupported()
-
-
-
Field Detail
-
DEFAULT
static final ISVNAuthenticationStorageOptions DEFAULT
-
-
Method Detail
-
isNonInteractive
boolean isNonInteractive() throws SVNException
- Throws:
SVNException
-
getAuthStoreHandler
ISVNAuthStoreHandler getAuthStoreHandler() throws SVNException
- Throws:
SVNException
-
isSSLPassphrasePromptSupported
boolean isSSLPassphrasePromptSupported()
-
getGnomeKeyringPasswordProvider
ISVNGnomeKeyringPasswordProvider getGnomeKeyringPasswordProvider()
-
-