public class SecureVaultResolver
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static boolean |
checkVaultLookupPattersExists(java.lang.String aliasSecret)
Check the secret alias match with the vaultLookupPattern regex.
|
static java.lang.String |
resolve(SynapseEnvironment synapseEnvironment,
java.lang.String value)
Convert the secret alias to the actual password using synapse message context.
|
public static boolean checkVaultLookupPattersExists(java.lang.String aliasSecret)
aliasSecret
- Value of secret aliaspublic static java.lang.String resolve(SynapseEnvironment synapseEnvironment, java.lang.String value)
synapseEnvironment
- synapse environmentvalue
- Value of password from DBMediatorCopyright © 2005-2021 Apache Software Foundation. All Rights Reserved.