Class DefaultSVNPersistentAuthenticationProvider.SimplePasswordStorage
java.lang.Object
org.tmatesoft.svn.core.internal.wc.DefaultSVNPersistentAuthenticationProvider.SimplePasswordStorage
- All Implemented Interfaces:
DefaultSVNPersistentAuthenticationProvider.IPasswordStorage
- Enclosing class:
- DefaultSVNPersistentAuthenticationProvider
protected class DefaultSVNPersistentAuthenticationProvider.SimplePasswordStorage
extends Object
implements DefaultSVNPersistentAuthenticationProvider.IPasswordStorage
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchar[]readPassphrase(String realm, SVNProperties authParameters) char[]readPassword(String realm, String userName, SVNProperties authParameters) booleansavePassphrase(String realm, char[] passphrase, SVNAuthentication auth, SVNProperties authParameters, boolean force) booleansavePassword(String realm, char[] password, SVNAuthentication auth, SVNProperties authParameters)
-
Constructor Details
-
SimplePasswordStorage
protected SimplePasswordStorage()
-
-
Method Details
-
getPassType
- Specified by:
getPassTypein interfaceDefaultSVNPersistentAuthenticationProvider.IPasswordStorage
-
savePassword
public boolean savePassword(String realm, char[] password, SVNAuthentication auth, SVNProperties authParameters) throws SVNException - Specified by:
savePasswordin interfaceDefaultSVNPersistentAuthenticationProvider.IPasswordStorage- Throws:
SVNException
-
readPassword
- Specified by:
readPasswordin interfaceDefaultSVNPersistentAuthenticationProvider.IPasswordStorage
-
savePassphrase
public boolean savePassphrase(String realm, char[] passphrase, SVNAuthentication auth, SVNProperties authParameters, boolean force) throws SVNException - Specified by:
savePassphrasein interfaceDefaultSVNPersistentAuthenticationProvider.IPasswordStorage- Throws:
SVNException
-
readPassphrase
- Specified by:
readPassphrasein interfaceDefaultSVNPersistentAuthenticationProvider.IPasswordStorage
-