Uses of Interface
org.tmatesoft.svn.core.internal.wc.DefaultSVNPersistentAuthenticationProvider.IPasswordStorage
-
Packages that use DefaultSVNPersistentAuthenticationProvider.IPasswordStorage Package Description org.tmatesoft.svn.core.internal.wc -
-
Uses of DefaultSVNPersistentAuthenticationProvider.IPasswordStorage in org.tmatesoft.svn.core.internal.wc
Classes in org.tmatesoft.svn.core.internal.wc that implement DefaultSVNPersistentAuthenticationProvider.IPasswordStorage Modifier and Type Class Description protected class
DefaultSVNPersistentAuthenticationProvider.GnomeKeyringPasswordStorage
protected class
DefaultSVNPersistentAuthenticationProvider.MacOsKeychainPasswordStorage
protected class
DefaultSVNPersistentAuthenticationProvider.SimplePasswordStorage
protected class
DefaultSVNPersistentAuthenticationProvider.WinCryptPasswordStorage
Methods in org.tmatesoft.svn.core.internal.wc that return DefaultSVNPersistentAuthenticationProvider.IPasswordStorage Modifier and Type Method Description protected DefaultSVNPersistentAuthenticationProvider.IPasswordStorage[]
DefaultSVNPersistentAuthenticationProvider. createPasswordStorages(DefaultSVNOptions options)
-