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.IPasswordStoragepublic boolean savePassword(java.lang.String realm,
char[] password,
SVNAuthentication auth,
SVNProperties authParameters)
savePassword in interface DefaultSVNPersistentAuthenticationProvider.IPasswordStoragepublic char[] readPassword(java.lang.String realm,
java.lang.String userName,
SVNProperties authParameters)
readPassword in interface DefaultSVNPersistentAuthenticationProvider.IPasswordStoragepublic boolean savePassphrase(java.lang.String realm,
char[] passphrase,
SVNAuthentication auth,
SVNProperties authParameters,
boolean force)
savePassphrase in interface DefaultSVNPersistentAuthenticationProvider.IPasswordStoragepublic char[] readPassphrase(java.lang.String realm,
SVNProperties authParameters)
readPassphrase in interface DefaultSVNPersistentAuthenticationProvider.IPasswordStorage