Class HashiCorpVaultLookupXPathFunctionProvider
- java.lang.Object
-
- org.wso2.carbon.mediation.security.vault.external.hashicorp.HashiCorpVaultLookupXPathFunctionProvider
-
- All Implemented Interfaces:
org.apache.synapse.util.xpath.ext.SynapseXpathFunctionContextProvider
public class HashiCorpVaultLookupXPathFunctionProvider extends Object implements org.apache.synapse.util.xpath.ext.SynapseXpathFunctionContextProvider
-
-
Constructor Summary
Constructors Constructor Description HashiCorpVaultLookupXPathFunctionProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jaxen.Function
getInitializedExtFunction(org.apache.synapse.MessageContext messageContext)
String
getResolvingQName()
-
-
-
Method Detail
-
getInitializedExtFunction
public org.jaxen.Function getInitializedExtFunction(org.apache.synapse.MessageContext messageContext)
- Specified by:
getInitializedExtFunction
in interfaceorg.apache.synapse.util.xpath.ext.SynapseXpathFunctionContextProvider
-
getResolvingQName
public String getResolvingQName()
- Specified by:
getResolvingQName
in interfaceorg.apache.synapse.util.xpath.ext.SynapseXpathFunctionContextProvider
-
-