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