Class SecureVaultLookupHandlerImpl

    • Method Detail

      • getDefaultSecurityService

        public static SecureVaultLookupHandlerImpl getDefaultSecurityService()
                                                                      throws org.wso2.carbon.registry.core.exceptions.RegistryException
        Throws:
        org.wso2.carbon.registry.core.exceptions.RegistryException
      • isRepoExists

        protected boolean isRepoExists()
        Checks whether the given repository already existing.
        Returns:
      • getProviderClass

        public String getProviderClass()
      • evaluate

        public String evaluate​(String aliasPasword,
                               SecretSrcData secretSrcData,
                               org.apache.synapse.MessageContext synCtx)
                        throws org.wso2.carbon.registry.core.exceptions.RegistryException
        Description copied from interface: SecureVaultLookupHandler
        Method to evaluate the parameters passed to extract values from secure-vault lookup
        Specified by:
        evaluate in interface SecureVaultLookupHandler
        secretSrcData - Information about the secret
        Returns:
        Throws:
        org.wso2.carbon.registry.core.exceptions.RegistryException
      • evaluate

        public String evaluate​(String aliasPasword,
                               org.apache.synapse.MessageContext synCtx)
                        throws org.wso2.carbon.registry.core.exceptions.RegistryException
        Description copied from interface: SecureVaultLookupHandler
        Method to evaluate the parameters passed to extract values from secure-vault lookup
        Specified by:
        evaluate in interface SecureVaultLookupHandler
        Returns:
        Throws:
        org.wso2.carbon.registry.core.exceptions.RegistryException