Interface SecureVaultLookupHandler
-
- All Known Implementing Classes:
SecureVaultLookupHandlerImpl
public interface SecureVaultLookupHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description String
evaluate(String aliasPasword, org.apache.synapse.MessageContext synCtx)
Deprecated.String
evaluate(String aliasPasword, SecretSrcData secretSrcData, org.apache.synapse.MessageContext synCtx)
Method to evaluate the parameters passed to extract values from secure-vault lookup
-
-
-
Method Detail
-
evaluate
@Deprecated String evaluate(String aliasPasword, org.apache.synapse.MessageContext synCtx) throws org.wso2.carbon.registry.core.exceptions.RegistryException
Deprecated.Method to evaluate the parameters passed to extract values from secure-vault lookup- Parameters:
aliasPasword
-lookupType
-- Returns:
- Throws:
org.wso2.carbon.registry.core.exceptions.RegistryException
-
evaluate
String evaluate(String aliasPasword, SecretSrcData secretSrcData, org.apache.synapse.MessageContext synCtx) throws org.wso2.carbon.registry.core.exceptions.RegistryException
Method to evaluate the parameters passed to extract values from secure-vault lookup- Parameters:
aliasPasword
-secretSrcData
- Information about the secret- Returns:
- Throws:
org.wso2.carbon.registry.core.exceptions.RegistryException
-
-