Interface ISVNAuthenticationStorageOptions
-
public interface ISVNAuthenticationStorageOptions- Version:
- 1.3
-
-
Field Summary
Fields Modifier and Type Field Description static ISVNAuthenticationStorageOptionsDEFAULT
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ISVNAuthStoreHandlergetAuthStoreHandler()ISVNGnomeKeyringPasswordProvidergetGnomeKeyringPasswordProvider()booleanisNonInteractive()booleanisSSLPassphrasePromptSupported()
-
-
-
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()
-
-