public static interface DefaultSVNPersistentAuthenticationProvider.IPasswordStorage
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) |
String getPassType()
boolean savePassword(String realm, char[] password, SVNAuthentication auth, SVNProperties authParameters) throws SVNException
SVNException
char[] readPassword(String realm, String userName, SVNProperties authParameters) throws SVNException
SVNException
boolean savePassphrase(String realm, char[] passphrase, SVNAuthentication auth, SVNProperties authParameters, boolean force) throws SVNException
SVNException
char[] readPassphrase(String realm, SVNProperties authParameters) throws SVNException
SVNException
Copyright © 2023. All rights reserved.