Interface DefaultSVNPersistentAuthenticationProvider.IPasswordStorage
- All Known Implementing Classes:
DefaultSVNPersistentAuthenticationProvider.GnomeKeyringPasswordStorage
,DefaultSVNPersistentAuthenticationProvider.MacOsKeychainPasswordStorage
,DefaultSVNPersistentAuthenticationProvider.SimplePasswordStorage
,DefaultSVNPersistentAuthenticationProvider.WinCryptPasswordStorage
- Enclosing class:
- DefaultSVNPersistentAuthenticationProvider
public static interface DefaultSVNPersistentAuthenticationProvider.IPasswordStorage
-
Method Summary
Modifier and TypeMethodDescriptionchar[]
readPassphrase
(String realm, SVNProperties authParameters) char[]
readPassword
(String realm, String userName, SVNProperties authParameters) boolean
savePassphrase
(String realm, char[] passphrase, SVNAuthentication auth, SVNProperties authParameters, boolean force) boolean
savePassword
(String realm, char[] password, SVNAuthentication auth, SVNProperties authParameters)
-
Method Details
-
getPassType
String getPassType() -
savePassword
boolean savePassword(String realm, char[] password, SVNAuthentication auth, SVNProperties authParameters) throws SVNException - Throws:
SVNException
-
readPassword
char[] readPassword(String realm, String userName, SVNProperties authParameters) throws SVNException - Throws:
SVNException
-
savePassphrase
boolean savePassphrase(String realm, char[] passphrase, SVNAuthentication auth, SVNProperties authParameters, boolean force) throws SVNException - Throws:
SVNException
-
readPassphrase
- Throws:
SVNException
-