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 classDefaultSVNPersistentAuthenticationProvider.GnomeKeyringPasswordStorageprotected classDefaultSVNPersistentAuthenticationProvider.MacOsKeychainPasswordStorageprotected classDefaultSVNPersistentAuthenticationProvider.SimplePasswordStorageprotected classDefaultSVNPersistentAuthenticationProvider.WinCryptPasswordStorageFields in org.tmatesoft.svn.core.internal.wc declared as DefaultSVNPersistentAuthenticationProvider.IPasswordStorage Modifier and Type Field Description private DefaultSVNPersistentAuthenticationProvider.IPasswordStorage[]DefaultSVNPersistentAuthenticationProvider. myPasswordStoragesMethods 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.IPasswordStorageDefaultSVNPersistentAuthenticationProvider. 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)
-