Class SecureVaultLookupHandlerImpl
- java.lang.Object
-
- org.wso2.carbon.mediation.security.vault.SecureVaultLookupHandlerImpl
-
- All Implemented Interfaces:
SecureVaultLookupHandler
public class SecureVaultLookupHandlerImpl extends Object implements SecureVaultLookupHandler
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
evaluate(String aliasPasword, org.apache.synapse.MessageContext synCtx)
Method to evaluate the parameters passed to extract values from secure-vault lookupString
evaluate(String aliasPasword, SecretSrcData secretSrcData, org.apache.synapse.MessageContext synCtx)
Method to evaluate the parameters passed to extract values from secure-vault lookupstatic SecureVaultLookupHandlerImpl
getDefaultSecurityService()
String
getProviderClass()
protected boolean
isRepoExists()
Checks whether the given repository already existing.
-
-
-
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 interfaceSecureVaultLookupHandler
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 interfaceSecureVaultLookupHandler
- Returns:
- Throws:
org.wso2.carbon.registry.core.exceptions.RegistryException
-
-