protected class DefaultSVNPersistentAuthenticationProvider.WinCryptPasswordStorage extends java.lang.Object implements DefaultSVNPersistentAuthenticationProvider.IPasswordStorage
Modifier | Constructor and Description |
---|---|
protected |
WinCryptPasswordStorage() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPassType() |
char[] |
readPassphrase(java.lang.String realm,
SVNProperties authParameters) |
char[] |
readPassword(java.lang.String realm,
java.lang.String userName,
SVNProperties authParameters) |
boolean |
savePassphrase(java.lang.String realm,
char[] passphrase,
SVNAuthentication auth,
SVNProperties authParameters,
boolean force) |
boolean |
savePassword(java.lang.String realm,
char[] password,
SVNAuthentication auth,
SVNProperties authParameters) |
public java.lang.String getPassType()
getPassType
in interface DefaultSVNPersistentAuthenticationProvider.IPasswordStorage
public boolean savePassword(java.lang.String realm, char[] password, SVNAuthentication auth, SVNProperties authParameters)
savePassword
in interface DefaultSVNPersistentAuthenticationProvider.IPasswordStorage
public char[] readPassword(java.lang.String realm, java.lang.String userName, SVNProperties authParameters)
readPassword
in interface DefaultSVNPersistentAuthenticationProvider.IPasswordStorage
public boolean savePassphrase(java.lang.String realm, char[] passphrase, SVNAuthentication auth, SVNProperties authParameters, boolean force)
savePassphrase
in interface DefaultSVNPersistentAuthenticationProvider.IPasswordStorage
public char[] readPassphrase(java.lang.String realm, SVNProperties authParameters)
readPassphrase
in interface DefaultSVNPersistentAuthenticationProvider.IPasswordStorage
Copyright © 2020. All rights reserved.