Class DefaultSVNPersistentAuthenticationProvider.WinCryptPasswordStorage
java.lang.Object
org.tmatesoft.svn.core.internal.wc.DefaultSVNPersistentAuthenticationProvider.WinCryptPasswordStorage
- All Implemented Interfaces:
DefaultSVNPersistentAuthenticationProvider.IPasswordStorage
- Enclosing class:
- DefaultSVNPersistentAuthenticationProvider
protected class DefaultSVNPersistentAuthenticationProvider.WinCryptPasswordStorage
extends Object
implements DefaultSVNPersistentAuthenticationProvider.IPasswordStorage
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchar[]readPassphrase(String realm, SVNProperties authParameters) char[]readPassword(String realm, String userName, SVNProperties authParameters) booleansavePassphrase(String realm, char[] passphrase, SVNAuthentication auth, SVNProperties authParameters, boolean force) booleansavePassword(String realm, char[] password, SVNAuthentication auth, SVNProperties authParameters)
-
Constructor Details
-
WinCryptPasswordStorage
protected WinCryptPasswordStorage()
-
-
Method Details
-
getPassType
- Specified by:
getPassTypein interfaceDefaultSVNPersistentAuthenticationProvider.IPasswordStorage
-
savePassword
public boolean savePassword(String realm, char[] password, SVNAuthentication auth, SVNProperties authParameters) - Specified by:
savePasswordin interfaceDefaultSVNPersistentAuthenticationProvider.IPasswordStorage
-
readPassword
- Specified by:
readPasswordin interfaceDefaultSVNPersistentAuthenticationProvider.IPasswordStorage
-
savePassphrase
public boolean savePassphrase(String realm, char[] passphrase, SVNAuthentication auth, SVNProperties authParameters, boolean force) - Specified by:
savePassphrasein interfaceDefaultSVNPersistentAuthenticationProvider.IPasswordStorage
-
readPassphrase
- Specified by:
readPassphrasein interfaceDefaultSVNPersistentAuthenticationProvider.IPasswordStorage
-