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 ISVNAuthenticationStorageOptions
ISVNAuthenticationStorageOptions.DEFAULT
private ISVNAuthenticationStorageOptions
DefaultSVNAuthenticationManager.myAuthOptions
private ISVNAuthenticationStorageOptions
DefaultSVNPersistentAuthenticationProvider.myAuthOptions
Methods 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 TypeMethodDescriptionvoid
DefaultSVNAuthenticationManager.setAuthenticationStorageOptions
(ISVNAuthenticationStorageOptions authOptions) Constructors in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNAuthenticationStorageOptionsModifierConstructorDescriptionprotected
DefaultSVNPersistentAuthenticationProvider
(java.io.File directory, java.lang.String userName, ISVNAuthenticationStorageOptions authOptions, DefaultSVNOptions defaultOptions, ISVNHostOptionsProvider hostOptionsProvider)