protected class DefaultSVNPersistentAuthenticationProvider.MacOsKeychainPasswordStorage extends Object implements DefaultSVNPersistentAuthenticationProvider.IPasswordStorage
Modifier | Constructor and Description |
---|---|
protected |
MacOsKeychainPasswordStorage() |
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) throws SVNException
readPassword
in interface DefaultSVNPersistentAuthenticationProvider.IPasswordStorage
SVNException
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) throws SVNException
readPassphrase
in interface DefaultSVNPersistentAuthenticationProvider.IPasswordStorage
SVNException
Copyright © 2023. All rights reserved.