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 ISVNAuthenticationStorageOptionsISVNAuthenticationStorageOptions. DEFAULTprivate ISVNAuthenticationStorageOptionsDefaultSVNAuthenticationManager. myAuthOptionsprivate ISVNAuthenticationStorageOptionsDefaultSVNPersistentAuthenticationProvider. myAuthOptionsMethods in org.tmatesoft.svn.core.internal.wc that return ISVNAuthenticationStorageOptions Modifier and Type Method Description ISVNAuthenticationStorageOptionsDefaultSVNAuthenticationManager. createAuthenticationStorageOptions()ISVNAuthenticationStorageOptionsDefaultSVNAuthenticationManager. getAuthenticationStorageOptions()Methods in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNAuthenticationStorageOptions Modifier and Type Method Description voidDefaultSVNAuthenticationManager. 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)
-