public abstract class AbstractVaultReader extends Object implements VaultReader
Constructor and Description |
---|
AbstractVaultReader() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
createVault(String fqn,
Map<String,Object> options)
Deprecated.
Use
createVault(String, String, Map) instead |
protected abstract void |
createVault(String fqn,
String module,
Map<String,Object> options) |
protected abstract void |
destroyVault() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isVaultFormat, retrieveFromVault
@Deprecated protected abstract void createVault(String fqn, Map<String,Object> options) throws VaultReaderException
createVault(String, String, Map)
insteadfqn
- the name of the vault class, may be nulloptions
- the vault optionsVaultReaderException
protected abstract void createVault(String fqn, String module, Map<String,Object> options) throws VaultReaderException
fqn
- the name of the vault class, may be nullmodule
- the module to use to load the vaultoptions
- the vault optionsVaultReaderException
protected abstract void destroyVault()
Copyright © 2023 JBoss by Red Hat. All rights reserved.