public class SecureVaultLookupHandlerImpl extends Object implements SecureVaultLookupHandler
Modifier and Type | Method and Description |
---|---|
String |
evaluate(String aliasPasword,
org.apache.synapse.MessageContext synCtx)
Method to evaluate the parameters passed to extract values from
secure-vault lookup
|
String |
evaluate(String aliasPasword,
SecretSrcData secretSrcData,
org.apache.synapse.MessageContext synCtx)
Method to evaluate the parameters passed to extract values from
secure-vault lookup
|
static SecureVaultLookupHandlerImpl |
getDefaultSecurityService() |
String |
getProviderClass() |
protected boolean |
isRepoExists()
Checks whether the given repository already existing.
|
public static SecureVaultLookupHandlerImpl getDefaultSecurityService() throws org.wso2.carbon.registry.core.exceptions.RegistryException
org.wso2.carbon.registry.core.exceptions.RegistryException
protected boolean isRepoExists()
public String getProviderClass()
public String evaluate(String aliasPasword, SecretSrcData secretSrcData, org.apache.synapse.MessageContext synCtx) throws org.wso2.carbon.registry.core.exceptions.RegistryException
SecureVaultLookupHandler
evaluate
in interface SecureVaultLookupHandler
secretSrcData
- Information about the secretorg.wso2.carbon.registry.core.exceptions.RegistryException
public String evaluate(String aliasPasword, org.apache.synapse.MessageContext synCtx) throws org.wso2.carbon.registry.core.exceptions.RegistryException
SecureVaultLookupHandler
evaluate
in interface SecureVaultLookupHandler
org.wso2.carbon.registry.core.exceptions.RegistryException
Copyright © 2020 WSO2. All rights reserved.