Uses of Interface
org.tmatesoft.svn.core.internal.wc.ISVNAuthenticationStorageOptions
Packages that use ISVNAuthenticationStorageOptions
-
Uses of ISVNAuthenticationStorageOptions in org.tmatesoft.svn.core.internal.wc
Fields in org.tmatesoft.svn.core.internal.wc declared as ISVNAuthenticationStorageOptionsModifier and TypeFieldDescriptionstatic final ISVNAuthenticationStorageOptionsISVNAuthenticationStorageOptions.DEFAULTprivate ISVNAuthenticationStorageOptionsDefaultSVNAuthenticationManager.myAuthOptionsprivate ISVNAuthenticationStorageOptionsDefaultSVNPersistentAuthenticationProvider.myAuthOptionsMethods in org.tmatesoft.svn.core.internal.wc that return ISVNAuthenticationStorageOptionsModifier and TypeMethodDescriptionDefaultSVNAuthenticationManager.createAuthenticationStorageOptions()DefaultSVNAuthenticationManager.getAuthenticationStorageOptions()Methods in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNAuthenticationStorageOptionsModifier and TypeMethodDescriptionvoidDefaultSVNAuthenticationManager.setAuthenticationStorageOptions(ISVNAuthenticationStorageOptions authOptions) Constructors in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNAuthenticationStorageOptionsModifierConstructorDescriptionprotectedDefaultSVNPersistentAuthenticationProvider(java.io.File directory, java.lang.String userName, ISVNAuthenticationStorageOptions authOptions, DefaultSVNOptions defaultOptions, ISVNHostOptionsProvider hostOptionsProvider)