Class RenewableVault
java.lang.Object
de.otto.kafka.messaging.e2ee.vault.RenewableVault
-
Constructor Summary
ConstructorsConstructorDescriptionRenewableVault(io.github.jopenlibs.vault.VaultConfig configAuth) RenewableVault(io.github.jopenlibs.vault.VaultConfig configAuth, VaultConnectionConfig.VaultAppRole appRole) -
Method Summary
-
Constructor Details
-
RenewableVault
public RenewableVault(io.github.jopenlibs.vault.VaultConfig configAuth, VaultConnectionConfig.VaultAppRole appRole) -
RenewableVault
public RenewableVault(io.github.jopenlibs.vault.VaultConfig configAuth)
-
-
Method Details
-
read
public io.github.jopenlibs.vault.response.LogicalResponse read(String path) throws io.github.jopenlibs.vault.VaultException - Throws:
io.github.jopenlibs.vault.VaultException
-
read
public io.github.jopenlibs.vault.response.LogicalResponse read(String path, int version) throws io.github.jopenlibs.vault.VaultException - Throws:
io.github.jopenlibs.vault.VaultException
-