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 Stringevaluate(String aliasPasword, org.apache.synapse.MessageContext synCtx)Method to evaluate the parameters passed to extract values from secure-vault lookupStringevaluate(String aliasPasword, SecretSrcData secretSrcData, org.apache.synapse.MessageContext synCtx)Method to evaluate the parameters passed to extract values from secure-vault lookupstatic SecureVaultLookupHandlerImplgetDefaultSecurityService()StringgetProviderClass()protected booleanisRepoExists()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:SecureVaultLookupHandlerMethod to evaluate the parameters passed to extract values from secure-vault lookup- Specified by:
evaluatein interfaceSecureVaultLookupHandlersecretSrcData- 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:SecureVaultLookupHandlerMethod to evaluate the parameters passed to extract values from secure-vault lookup- Specified by:
evaluatein interfaceSecureVaultLookupHandler- Returns:
- Throws:
org.wso2.carbon.registry.core.exceptions.RegistryException
-
-