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
Fields in org.tmatesoft.svn.core.internal.wc declared as DefaultSVNPersistentAuthenticationProvider.IPasswordStorage Modifier and Type Field Description private DefaultSVNPersistentAuthenticationProvider.IPasswordStorage[]
DefaultSVNPersistentAuthenticationProvider. myPasswordStorages
Methods in org.tmatesoft.svn.core.internal.wc that return DefaultSVNPersistentAuthenticationProvider.IPasswordStorage Modifier and Type Method Description protected DefaultSVNPersistentAuthenticationProvider.IPasswordStorage[]
DefaultSVNPersistentAuthenticationProvider. createPasswordStorages(DefaultSVNOptions options)
private DefaultSVNPersistentAuthenticationProvider.IPasswordStorage
DefaultSVNPersistentAuthenticationProvider. getPasswordStorage(java.lang.String passType)
Methods in org.tmatesoft.svn.core.internal.wc with parameters of type DefaultSVNPersistentAuthenticationProvider.IPasswordStorage Modifier and Type Method Description private char[]
DefaultSVNPersistentAuthenticationProvider. readPassphrase(java.lang.String realm, DefaultSVNPersistentAuthenticationProvider.IPasswordStorage passwordStorage, SVNProperties authValues)
private char[]
DefaultSVNPersistentAuthenticationProvider. readPassword(java.lang.String realm, java.lang.String userName, DefaultSVNPersistentAuthenticationProvider.IPasswordStorage passwordStorage, SVNProperties authValues)
-