Interface SecureVaultLookupHandler

    • 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