Uses of Interface
de.mhus.lib.core.vault.VaultSource
-
Packages that use VaultSource Package Description de.mhus.lib.core.vault -
-
Uses of VaultSource in de.mhus.lib.core.vault
Subinterfaces of VaultSource in de.mhus.lib.core.vault Modifier and Type Interface Description interfaceMutableVaultSourceClasses in de.mhus.lib.core.vault that implement VaultSource Modifier and Type Class Description classFileVaultSourceclassFolderVaultSourceclassMapMutableVaultSourceMethods in de.mhus.lib.core.vault that return VaultSource Modifier and Type Method Description VaultSourceDefaultVaultSourceFactory. create(String name, VaultPassphrase vaultPassphrase)VaultSourceVaultSourceFactory. create(String name, VaultPassphrase vaultPassphrase)VaultSourceDefaultVault. getSource(String name)VaultSourceMVault. getSource(String name)Return a single source or null if not found.Methods in de.mhus.lib.core.vault with parameters of type VaultSource Modifier and Type Method Description voidDefaultVault. registerSource(VaultSource source)voidMVault. registerSource(VaultSource source)Register a new source for VaultEntries
-