protected class DefaultSVNPersistentAuthenticationProvider.SimplePasswordStorage extends Object implements DefaultSVNPersistentAuthenticationProvider.IPasswordStorage
Modifier | Constructor and Description |
---|---|
protected |
SimplePasswordStorage() |
Modifier and Type | Method and Description |
---|---|
String |
getPassType() |
char[] |
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) |
public String getPassType()
getPassType
in interface DefaultSVNPersistentAuthenticationProvider.IPasswordStorage
public boolean savePassword(String realm, char[] password, SVNAuthentication auth, SVNProperties authParameters) throws SVNException
savePassword
in interface DefaultSVNPersistentAuthenticationProvider.IPasswordStorage
SVNException
public char[] readPassword(String realm, String userName, SVNProperties authParameters)
readPassword
in interface DefaultSVNPersistentAuthenticationProvider.IPasswordStorage
public boolean savePassphrase(String realm, char[] passphrase, SVNAuthentication auth, SVNProperties authParameters, boolean force) throws SVNException
savePassphrase
in interface DefaultSVNPersistentAuthenticationProvider.IPasswordStorage
SVNException
public char[] readPassphrase(String realm, SVNProperties authParameters)
readPassphrase
in interface DefaultSVNPersistentAuthenticationProvider.IPasswordStorage
Copyright © 2022. All rights reserved.