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) boolean
savePassphrase
(String realm, char[] passphrase, SVNAuthentication auth, SVNProperties authParameters, boolean force) boolean
savePassword
(String realm, char[] password, SVNAuthentication auth, SVNProperties authParameters)
-
Constructor Details
-
WinCryptPasswordStorage
protected WinCryptPasswordStorage()
-
-
Method Details
-
getPassType
- Specified by:
getPassType
in interfaceDefaultSVNPersistentAuthenticationProvider.IPasswordStorage
-
savePassword
public boolean savePassword(String realm, char[] password, SVNAuthentication auth, SVNProperties authParameters) - Specified by:
savePassword
in interfaceDefaultSVNPersistentAuthenticationProvider.IPasswordStorage
-
readPassword
- Specified by:
readPassword
in interfaceDefaultSVNPersistentAuthenticationProvider.IPasswordStorage
-
savePassphrase
public boolean savePassphrase(String realm, char[] passphrase, SVNAuthentication auth, SVNProperties authParameters, boolean force) - Specified by:
savePassphrase
in interfaceDefaultSVNPersistentAuthenticationProvider.IPasswordStorage
-
readPassphrase
- Specified by:
readPassphrase
in interfaceDefaultSVNPersistentAuthenticationProvider.IPasswordStorage
-