Uses of Interface
org.tmatesoft.svn.core.internal.wc.ISVNAuthenticationStorageOptions
-
Packages that use ISVNAuthenticationStorageOptions Package Description org.tmatesoft.svn.core.internal.wc -
-
Uses of ISVNAuthenticationStorageOptions in org.tmatesoft.svn.core.internal.wc
Fields in org.tmatesoft.svn.core.internal.wc declared as ISVNAuthenticationStorageOptions Modifier and Type Field Description static ISVNAuthenticationStorageOptions
ISVNAuthenticationStorageOptions. DEFAULT
Methods in org.tmatesoft.svn.core.internal.wc that return ISVNAuthenticationStorageOptions Modifier and Type Method Description ISVNAuthenticationStorageOptions
DefaultSVNAuthenticationManager. createAuthenticationStorageOptions()
ISVNAuthenticationStorageOptions
DefaultSVNAuthenticationManager. getAuthenticationStorageOptions()
Methods in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNAuthenticationStorageOptions Modifier and Type Method Description void
DefaultSVNAuthenticationManager. setAuthenticationStorageOptions(ISVNAuthenticationStorageOptions authOptions)
Constructors in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNAuthenticationStorageOptions Constructor Description DefaultSVNPersistentAuthenticationProvider(java.io.File directory, java.lang.String userName, ISVNAuthenticationStorageOptions authOptions, DefaultSVNOptions defaultOptions, ISVNHostOptionsProvider hostOptionsProvider)
-