Uses of Interface
org.apache.jackrabbit.vault.vlt.CredentialsStore
-
Packages that use CredentialsStore Package Description org.apache.jackrabbit.vault.cli org.apache.jackrabbit.vault.vlt -
-
Uses of CredentialsStore in org.apache.jackrabbit.vault.cli
Methods in org.apache.jackrabbit.vault.cli that return CredentialsStore Modifier and Type Method Description CredentialsStore
VaultFsApp. getCredentialsStore()
-
Uses of CredentialsStore in org.apache.jackrabbit.vault.vlt
Classes in org.apache.jackrabbit.vault.vlt that implement CredentialsStore Modifier and Type Class Description class
ConfigCredentialsStore
CredentialsProvider
...Constructors in org.apache.jackrabbit.vault.vlt with parameters of type CredentialsStore Constructor Description VltContext(File cwd, File localFile, RepositoryProvider repProvider, CredentialsStore credsProvider)
Deprecated.VltContext(File cwd, File localFile, RepositoryProvider repProvider, CredentialsStore credsProvider, PrintStream out)
Deprecated.VltContext(File cwd, File localFile, RepositoryProvider repProvider, CredentialsStore credsProvider, PrintStream out, ConnectionOptions connectionOptions)
-