Uses of Interface
org.tmatesoft.svn.core.internal.wc.ISVNAuthenticationStorage
-
Packages that use ISVNAuthenticationStorage Package Description org.tmatesoft.svn.core.internal.wc org.tmatesoft.svn.core.javahl This package provides an implementation of the native Subversion javahl binding interface SVNClientInterface that is distributed within the org.tigris.subversion.javahl package.org.tmatesoft.svn.core.javahl17 -
-
Uses of ISVNAuthenticationStorage in org.tmatesoft.svn.core.internal.wc
Classes in org.tmatesoft.svn.core.internal.wc that implement ISVNAuthenticationStorage Modifier and Type Class Description private static classDefaultSVNAuthenticationManager.RuntimeStorageFields in org.tmatesoft.svn.core.internal.wc declared as ISVNAuthenticationStorage Modifier and Type Field Description private ISVNAuthenticationStorageDefaultSVNAuthenticationManager. myRuntimeAuthStorageMethods in org.tmatesoft.svn.core.internal.wc that return ISVNAuthenticationStorage Modifier and Type Method Description protected ISVNAuthenticationStorageDefaultSVNAuthenticationManager. getRuntimeAuthStorage()Methods in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNAuthenticationStorage Modifier and Type Method Description voidDefaultSVNAuthenticationManager. setRuntimeStorage(ISVNAuthenticationStorage storage)Sets a specific runtime authentication storage manager. -
Uses of ISVNAuthenticationStorage in org.tmatesoft.svn.core.javahl
Classes in org.tmatesoft.svn.core.javahl that implement ISVNAuthenticationStorage Modifier and Type Class Description classJavaHLAuthenticationStorageFields in org.tmatesoft.svn.core.javahl declared as ISVNAuthenticationStorage Modifier and Type Field Description private ISVNAuthenticationStorageSVNClientImpl. myAuthStorageprivate static ISVNAuthenticationStorageSVNClientImpl. ourAuthStorageMethods in org.tmatesoft.svn.core.javahl that return ISVNAuthenticationStorage Modifier and Type Method Description ISVNAuthenticationStorageSVNClientImpl. getClientCredentialsStorage()static ISVNAuthenticationStorageSVNClientImpl. getRuntimeCredentialsStorage()Methods in org.tmatesoft.svn.core.javahl with parameters of type ISVNAuthenticationStorage Modifier and Type Method Description voidSVNClientImpl. setClientCredentialsStorage(ISVNAuthenticationStorage storage)static voidSVNClientImpl. setRuntimeCredentialsStorage(ISVNAuthenticationStorage storage) -
Uses of ISVNAuthenticationStorage in org.tmatesoft.svn.core.javahl17
Classes in org.tmatesoft.svn.core.javahl17 that implement ISVNAuthenticationStorage Modifier and Type Class Description classJavaHLAuthenticationStorageFields in org.tmatesoft.svn.core.javahl17 declared as ISVNAuthenticationStorage Modifier and Type Field Description private ISVNAuthenticationStorageSVNClientImpl. authenticationStorageprivate static ISVNAuthenticationStorageSVNClientImpl. runtimeAuthenticationStorageMethods in org.tmatesoft.svn.core.javahl17 that return ISVNAuthenticationStorage Modifier and Type Method Description ISVNAuthenticationStorageSVNClientImpl. getClientCredentialsStorage()static ISVNAuthenticationStorageSVNClientImpl. getRuntimeCredentialsStorage()Methods in org.tmatesoft.svn.core.javahl17 with parameters of type ISVNAuthenticationStorage Modifier and Type Method Description voidSVNClientImpl. setClientCredentialsStorage(ISVNAuthenticationStorage storage)static voidSVNClientImpl. setRuntimeCredentialsStorage(ISVNAuthenticationStorage storage)
-