public class RuntimeVaultReader extends AbstractVaultReader
VaultReader.NoSuchItemExceptionSTANDARD_VAULT_PATTERN| Constructor and Description |
|---|
RuntimeVaultReader()
This constructor should remain protected to keep the vault as invisible
as possible, but it needs to be exposed for service plug-ability.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
createVault(String fqn,
Map<String,Object> options)
Creates and initialises a vault, loading it from the PicketLink module
|
protected void |
createVault(String fqn,
String module,
Map<String,Object> options) |
protected void |
destroyVault() |
boolean |
isVaultFormat(String str) |
String |
retrieveFromVault(String vaultedData) |
public RuntimeVaultReader()
protected void createVault(String fqn, Map<String,Object> options) throws VaultReaderException
AbstractVaultReadercreateVault in class AbstractVaultReaderfqn - the name of the vault class, may be nulloptions - the vault optionsVaultReaderExceptionprotected void createVault(String fqn, String module, Map<String,Object> options) throws VaultReaderException
createVault in class AbstractVaultReaderfqn - the name of the vault class, may be nullmodule - the module to use to load the vaultoptions - the vault optionsVaultReaderExceptionprotected void destroyVault()
destroyVault in class AbstractVaultReaderpublic String retrieveFromVault(String vaultedData) throws VaultReaderException
VaultReaderExceptionpublic boolean isVaultFormat(String str)
Copyright © 2017 JBoss by Red Hat. All rights reserved.