Uses of Class
org.wso2.carbon.mediation.security.vault.external.ExternalVaultException
-
-
Uses of ExternalVaultException in org.wso2.carbon.mediation.security.vault
Methods in org.wso2.carbon.mediation.security.vault that throw ExternalVaultException Modifier and Type Method Description void
MediationSecurityAdminService. setSecretIdForHashiCorpVault(String secretId)
-
Uses of ExternalVaultException in org.wso2.carbon.mediation.security.vault.external
Methods in org.wso2.carbon.mediation.security.vault.external that throw ExternalVaultException Modifier and Type Method Description String
ExternalVaultLookupHandler. evaluate(Map<String,String> vaultParameters, org.apache.synapse.MessageContext synCtx)
Method to evaluate the parameters passed to extract values from secure-vault lookup.static void
ExternalVaultConfigLoader. loadExternalVaultConfigs(org.wso2.carbon.securevault.SecretCallbackHandlerService secretCallbackHandlerService)
Reads the external-vaults.xml file located in conf/security dir and loads to the memory.String
ExternalVaultLookupHandler. name()
-
Uses of ExternalVaultException in org.wso2.carbon.mediation.security.vault.external.hashicorp
Methods in org.wso2.carbon.mediation.security.vault.external.hashicorp that throw ExternalVaultException Modifier and Type Method Description String
HashiCorpVaultLookupHandlerImpl. evaluate(Map<String,String> vaultParameters, org.apache.synapse.MessageContext synCtx)
static HashiCorpVaultLookupHandlerImpl
HashiCorpVaultLookupHandlerImpl. getDefaultSecurityService()
-